Help for this page

Select Code to Download


  1. or download this
    test:          "|/usr/local/bin/myscript"
    
  2. or download this
    #!/usr/bin/perl -T
    
    ...
    foreach (split(/\n/, $headers)) {
        # ... process headers ...
    }