Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Unlocking the Dark Mysteries of Acme::Bleach

by demerphq (Chancellor)
on Jun 29, 2003 at 21:36 UTC ( [id://270026]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub foo {
      local $_=shift;
      s/.../.../g;
    }
    
  2. or download this
    sub foo {
      my $str=shift;
      $str=~s/.../.../g;
    }
    
  3. or download this
    package Acme::Bleach;
    $VERSION = '1.12';
    ...
    
    print {0} "use Acme::Bleach;\n", whiten $shirt and exit;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (7)
As of 2024-04-18 21:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found