in reply to Re: calling a subroutine from another subroutine
in thread calling a subroutine from another subroutine
I think you meant to use $0 instead of @ARGV:Usage: $ARGV[0] -type[A|B] -OEMID id -version nnnn -out filename
$ARGV[0] is the first argument, not the program's command name itself. See $0 for the command name.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: calling a subroutine from another subroutine
by pemungkah (Priest) on Jul 08, 2012 at 21:47 UTC |