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

Re^7: Parrot Monks? (one ring)

by TimToady (Parson)
on Jan 10, 2005 at 18:25 UTC ( [id://421028]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        5; print "I'm Perl 5 code\n";
    
  2. or download this
        6; say "I'm Perl 6 code";
    
  3. or download this
        use 6.0;
    
  4. or download this
        module;
    
  5. or download this
        print "I'm Perl 5 code\n";  # Perl 5
    
  6. or download this
        say "I'm Perl 6 code";      # Perl 6
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-24 11:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found