removed "my" keyword to put $myNode in global scope

This commit is contained in:
James Tomasino 2019-04-06 17:00:09 -04:00
parent 2588731e64
commit 57751a5489
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ sub showHelp()
getopts("ht", \%options); getopts("ht", \%options);
if ($ARGV[0]) { if ($ARGV[0]) {
my $myNode=$ARGV[0]; $myNode=$ARGV[0];
} else { } else {
showHelp(); showHelp();
exit; exit;