Help for this page

Select Code to Download


  1. or download this
        lock(...);
        print ...;
        unlock(...);
    
  2. or download this
        lock(...);
        print PIPE ...;
        close PIPE;
        unlock(...);