Skip to content

Instantly share code, notes, and snippets.

@earnhardt3rd
Created June 19, 2023 14:04
Show Gist options
  • Save earnhardt3rd/a2f3fa7ad475a7be971699320f4fd3ca to your computer and use it in GitHub Desktop.
Save earnhardt3rd/a2f3fa7ad475a7be971699320f4fd3ca to your computer and use it in GitHub Desktop.
require 'getopts.pl';
Getopts('m:d:t');
my $MODE = uc($opt_m) || "";
my $DEBUG = $opt_d || 0;
if (defined $opt_t) { my %TEST = &_zDEL_USERS_OLD();}
1;
sub _zDEL_USERS_OLD {
my $uAction = shift || "";
if ($uAction ne "") {
goto UAUTO;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment