snam has asked for the wisdom of the Perl Monks concerning the following question:
is this correct? or should it bemy $filename = aa; subroutine($filename);
thank you^^my $filename = <aa> subroutine($filename);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: passing filename in subroutines
by elusion (Curate) on Mar 04, 2003 at 03:16 UTC | |
by Hofmator (Curate) on Mar 04, 2003 at 11:36 UTC | |
by snam (Novice) on Mar 04, 2003 at 04:12 UTC | |
|
Re: passing filename in subroutines
by dws (Chancellor) on Mar 04, 2003 at 03:19 UTC |