Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

RazorbladeBidet's scratchpad

by RazorbladeBidet (Friar)
on Mar 07, 2005 at 20:25 UTC ( [id://437304]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package A;
    
    ...
    B::yoursub( \&mysub );
    
    1;
    
  2. or download this
    package B;
    
    sub yoursub {
      shift->();
    }
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
      print "I'm a kid!  My name is $$\n";
      print "I'm going to die now\n";
    }
    
  4. or download this
    #!/usr/bin/perl -w
    
    ...
      print "I'm a kid!  My name is $$\n";
      print "I'm going to die now\n";
    }
    
  5. or download this
    #!/usr/bin/perl -w
    
    ...
    
    After second style
    
  6. or download this
    print "56565656565656565656565656565656565656565656\n";
    
    ...
        $i++;
      }
      print "56565656565656565656565656565656565656565656\n";
    
  7. or download this
    #!/usr/bin/perl -w
    
    ...
    #            777
    #          ]
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-23 11:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found