in reply to Re: A subroutine is a reference to a list of statements
in thread A subroutine is a reference to a list of statements
The sub word is un-necessary. Just think, do we have to do:
No, the onl time we needscalar is when we are forcing something else into scalar context.$x = scalar 5;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: A subroutine is a reference to a list of statements
by japhy (Canon) on Sep 09, 2001 at 22:49 UTC | |
|
Re: Re: Re: A subroutine is a reference to a list of statements
by premchai21 (Curate) on Sep 09, 2001 at 23:12 UTC | |
|
Re: Re: Re: A subroutine is a reference to a list of statements
by ariels (Curate) on Sep 10, 2001 at 12:26 UTC |