Help for this page

Select Code to Download


  1. or download this
    package HighLander;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    # if this script is already running, you'll never make it this far... 
    print "Running...\n";
    sleep 10;
    
  3. or download this
    if ($! == ($^O =~ /Win32/ ? 33 : EWOULDBLOCK)) {
    
  4. or download this
    use Highlander qw( :verbose );
    
  5. or download this
    ...
    
    ...
    }
    
    ...