Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Ask a Silly Question...

by headybrew (Beadle)
on Feb 01, 2008 at 02:11 UTC ( [id://665501]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my  $FOO;
    print join("\n",sort(keys(%main::)) );
    
  2. or download this
    my  $main::FOO;
    print join("\n",sort(keys(%main::)) );
    
  3. or download this
    local  $FOO;
    print join("\n",sort(keys(%main::)) );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://665501]
Approved by kyle
Front-paged by GrandFather
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-29 14:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found