Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: Hard syntax error or disambiguable parsing?

by rovf (Priest)
on Jan 29, 2009 at 08:50 UTC ( [id://739824]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    { foreach my $v (...) {} } # 1
    { foreach $v (...) {} } # 2
    { my $v; foreach $v (...) {} } # 3 
    { my $v; foreach my $v (...) {} } # 4
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://739824]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (10)
As of 2024-04-23 08:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found