Help for this page

Select Code to Download


  1. or download this
    request(blah1
         START_TIME, blah2
         blah
         blah
    
  2. or download this
    foreach $line (@lines)
      {
      if (/request/)
      ($r1, $r2) = split(/\(/);
      print $r2 unless /BADSTRING/;