Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

PGA Golf, Round 1

by jmcnamara (Monsignor)
on May 24, 2001 at 16:51 UTC ( [id://82878]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        sub hole{print "hello, world"}    For a sub 
                 123456789_123456789_     20 chars
    ...
        perl -e 'print "hello, world"'    For a one liner
        123456789_123456789_123456789_    30  chars
    
  2. or download this
    Can't find label TPC at -e line 5.
    
  3. or download this
       input       output
      'aaaaaa'     'a'
      'ababab'     'ab'
      'aabaab'     'aab'
      'ababaa'     ''
    
  4. or download this
      5065726c206861636b6572
        ->
      ('P', 'e', 'r', 'l', ' ', 'h', 'a', 'c', 'k', 'e', 'r')
    
  5. or download this
       e.g.:     hole('dog', 'cat', 'fish', 'duck', 'lemur')
       returns:  ('cat', 'lemur', 'fish', 'dog', 'duck')
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://82878]
Approved by root
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: (6)
As of 2024-04-23 12:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found