Help for this page

Select Code to Download


  1. or download this
      {
        @data = &quotewords('\s+', 0, $_);
      }
      if ((/^PER\s*$/) && ($data[0]) && ($data[1]) && ($data[2]) && ($data
    +[3]))
    
  2. or download this
    while (<>){
      last if EOS
    ...
        read an EMP line and process it
      }
    }