Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    use strict;
    
    my $option = 1;
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    require "config.pl"
    
    print "Option = 1" if $option != 0;