Help for this page

Select Code to Download


  1. or download this
    open SELF "< $0" or die ...;
    flock SELF, LOCK_EX | LOCK_NB or exit;
    
  2. or download this
    flock DATA, LOCK_EX | LOCK_NB or exit;
    ...
    __DATA__
    
  3. or download this
    #!/usr/bin/env perl
    
    ...
    # Other use statements...
    
    # code...
    
  4. or download this
    #!/usr/bin/env perl
    
    ...
    
    # Do not remove double-underscore DATA tag. It is required for highlan
    +der process assertion.
    __DATA__