in reply to Perl not BNF-able??
is that writing the positive value $g to the filehandle $f, or printing ($f+$g) to STDOUT?print $f +$g print $f+$g
is an opening brace the start of a block or the start of an anonymous hash generator?sub newhashref { { a => 1, b => 3 } } sub innerblock { { local $a => 1; ... } print "old a=$a" }
Dave.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl not BNF-able??
by anonymized user 468275 (Curate) on Jul 01, 2005 at 09:52 UTC | |
by spurperl (Priest) on Jul 01, 2005 at 10:09 UTC | |
by jonadab (Parson) on Jul 01, 2005 at 11:10 UTC | |
by anonymized user 468275 (Curate) on Jul 01, 2005 at 11:45 UTC | |
by dave_the_m (Monsignor) on Jul 01, 2005 at 12:30 UTC | |
by chromatic (Archbishop) on Jul 01, 2005 at 16:42 UTC | |
by jonadab (Parson) on Jul 02, 2005 at 21:58 UTC | |
by TimToady (Parson) on Jul 03, 2005 at 02:02 UTC | |
| |
by anonymized user 468275 (Curate) on Jul 04, 2005 at 08:48 UTC | |
| |
by jonadab (Parson) on Jul 02, 2005 at 23:14 UTC |