Help for this page

Select Code to Download


  1. or download this
    } elsif ( $option == 8 ) {
            return(0);  ######change here
    ...
        print "leftover\n";  ###change here
        <STDIN>;
        }
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        print "8. Quit the program\n";
        print "Action: ";   
    }