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