in reply to Re: Scoping Variables
in thread Scoping Variables
at least not on my Perl version.if ($foo) { print "the date is... $date \n <br>"; }
if ($foo) { print "The date is...", $date, "\n <br>"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Scoping Variables
by Anonymous Monk on May 18, 2001 at 18:13 UTC | |
by Anonymous Monk on May 18, 2001 at 18:14 UTC | |
by Clachair (Acolyte) on May 19, 2001 at 03:37 UTC |