Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Unparseability is A Good Thing

by ikegami (Patriarch)
on Aug 23, 2009 at 15:46 UTC ( [id://790674]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    BEGIN {
       eval "sub foo {}" if rand() < 0.5;
    }
    
    foo 'x';
    
  2. or download this
    >perl -c test.pl
    test.pl syntax OK
    ...
            (Do you need to predeclare foo?)
    syntax error at test.pl line 5, near "foo 'x'"
    test.pl had compilation errors.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-19 12:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found