Help for this page

Select Code to Download


  1. or download this
    while (my $lines = <$fh>) {...
    
  2. or download this
    print $arg1, $arg2, ...
    
  3. or download this
    print($arg1, $arg2, ...)
    
  4. or download this
     print substr($lines, $schemePOS, 20), substr($lines, $abiPOS, 3);