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++;
       }
    }