Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: exit this way

by 1nickt (Canon)
on Sep 01, 2015 at 15:22 UTC ( [id://1140679]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    exit ! main();
    sub main { $success = [ undef, "true" ]->[rand 2]; print "$success\n" 
    +}
    
  2. or download this
    exit main();
    sub main { $success = [ undef, "true" ]->[rand 2]; print "$success\n" 
    +}
    
  3. or download this

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-26 02:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found