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

Perl Privvies

by tlm (Prior)
on Jul 16, 2006 at 18:12 UTC ( [id://561584]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    __END__
    From Foo=ARRAY(0x816cc20): Howdy!
    
  2. or download this
    use strict;
    use warnings;
    ...
    __END__
    From Foo=ARRAY(0x816cc20): Howdy!
    Calling this method from external code is STRONGLY deprecated
    
  3. or download this
    { package Foo; $foo->restricted( 'Hey wassup!' ); }
    __END__
    From Foo=ARRAY(0x816cc20): Howdy!
    From Foo=ARRAY(0x816cc20): Hey wassup!
    
  4. or download this
    use strict;
    
    ...
    }
    
    1;
    
  5. or download this
    use strict;
    use warnings;
    ...
    __END__
    From Foo=ARRAY(0x816cc20): Howdy!
    DON'T YOU BE CALLIN' THIS HERE METHOD, DANG IT!!!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 21:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found