You need to tell Getopt what options your are assigning using single or double dashes (-option or --option). Run it like this:
./test_perl.pl --ipAddr 192.168.1.1 --server 192.168.5.1The output I get from running it this way:
@ARGV: "--ipAddr 192.168.1.1 --server 192.168.5.1" GETTING OPTIONS... IP Address = 192.168.1.1 SERVER Address = 192.168.5.1
In reply to Re: GetOptions Function NOT Assign CLI Args to Variables?
by frozenwithjoy
in thread GetOptions Function NOT Assign CLI Args to Variables?
by mmartin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |