Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^3: Compilation error

by kcott (Archbishop)
on Oct 09, 2012 at 21:09 UTC ( [id://998079]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -Mstrict -Mwarnings -e '
    my $x;
    my $x;
    '
    "my" variable $x masks earlier declaration in same scope at -e line 3.
    
  2. or download this
    $ perl -Mstrict -Mwarnings -E '
    my @numbers = (2, 1, 3);
    ...
    321
    ABC
    CBA
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-03-19 04:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found