Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        die $Usage if $opt->{h} || ! defined $opt->{d};
        $opt->{n} = 7 if ! defined $opt->{n} || $opt->{n} =~ /\D/ || $opt-
    +>{n} < 3;
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
        return 1;
    }