Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Oh wise Brothers where will you guide me now?

by vladb (Vicar)
on May 17, 2002 at 18:22 UTC ( [id://167384]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ( cookie() ) { return 1; }
    
  2. or download this
    return 1 if cookie();
    
  3. or download this
     if ($multi_in == 1) {
         ...
     }
    
  4. or download this
     if ($multi_in) {
         ...
     }
    
  5. or download this
        use Mail::Mailer;
    
    ...
            or die "Can't open: $!\n";
        print $mailer $body;
        $mailer->close();
    
  6. or download this
    $"=q;grep;;$,=q"grep";for(`find . -name ".saves*~"`){s;$/;;;/(.*-(\d+)
    +-.*)$/;$_=&#91"ps -e -o pid | "," $2 | "," -v "," "]`@$_`?{print"
    ++ $1"}:{print"- $1"}&&`rm $1`;print"\n";}
    

Log In?
Username:
Password:

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

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

    No recent polls found