Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

hok_si_la's scratchpad

by hok_si_la (Curate)
on Jan 31, 2005 at 17:03 UTC ( [id://426656]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub searchFileForString {
       my $fileName = $_[0];
    ...
     
       return $found;   
    }
    
  2. or download this
    sub does_action_exist()
     {
    ...
    if $programname == 'generic' then /var/log/messages
    if $programname == 'other' then ~
    
  3. or download this
    use warnings;
    
    ...
          $count++;
       }
    }
    

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 admiring the Monastery: (5)
As of 2024-03-28 13:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found