Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re2: MOPT-03 - identification, part 1

by mstone (Deacon)
on Dec 29, 2002 at 23:45 UTC ( [id://222972]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        "hello, world.\n";
    
  2. or download this
        print "hello, world.\n";
    
  3. or download this
        sub string {
            return ("hello, world.\n");
        }
        print string();
    
  4. or download this
        sub f1 { return ("hello, world.\n"); }
        sub pi { return (3.14159); }
    ...
        for (1..10) {
            print f1();
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-03-28 22:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found