Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Little Perl Mysteries: what's your answer?

by Ovid (Cardinal)
on Oct 30, 2002 at 21:15 UTC ( [id://209238]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $carp;
    *SomePackage::carp = sub { $carp = join '', @_ };
    
  2. or download this
    $ perl -e '*::foo = sub{3};print foo()'
    3
    
  3. or download this
    $ perl -e 'sub foo(){2};*::foo=sub(){3};print foo()'
    

Log In?
Username:
Password:

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

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

    No recent polls found