On Tue, May 22, 2001 at 05:26:19PM -0400, Jeff Pinyan wrote:
> On May 21, Paul Cotter said:
> >
> >&dummysub( )
> >&realsub('paulus')
> >.
> >.
> >sub realsub($)
> >{....}
> >sub dummysub( )
> >{...}

It's probably also worth mentioning that calling subroutines in this
manner, ie with the leading "&", bypasses the prototype checking anyway.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

Reply via email to