Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
      print "---------------------------------------------\n";
    }
    __END__
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
      print "---------------------------------------------\n";
    }
    __END__
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    use warnings;
    ...
      #print "---------------------------------------------\n";
    }
    __END__