Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $infile="/tmp/$username.inFile";
    
    my ($script,$infile=mainMenu($infile);
    
  2. or download this
    sub mainMenu {
        my $infile=shift;
    ...
                next;
            }
    }
    
  3. or download this
    sub getInput {
        my $message = shift;
    ...
        chomp($return=<STDIN>);
        return $return;
    }
    
  4. or download this
    sub addAccount {
        my $infile = shift;
    ...
            }
        }
    }