Help for this page

Select Code to Download


  1. or download this
    sub process {
      my $alert = shift;
    ...
        # process $line of alert
      }
    }
    
  2. or download this
    if (@alert) {
      process(@alert)
    }