Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        print $outfh{$host} $data;
    }
    # perl will flush and close output files when done
    
  2. or download this
    Scalar found where operator expected at ./nocsplit.pl line 17, near "}
    + $data"
            (Missing operator before  $data?)
    syntax error at ./nocsplit.pl line 17, near "} $data"
    Execution of ./nocsplit.pl aborted due to compilation errors.
    
  3. or download this
    print to $outfh{$host} $data;