Help for this page

Select Code to Download


  1. or download this
    $VAR1 =
    {
    ...
    
       etc...
    }
    
  2. or download this
    while (<FILE2>) 
    {
    ...
          # do something with @matched_data
       }
    }