in reply to Re: Getopt::Long subroutine question
in thread Getopt::Long subroutine question
From my reading of that documentation the my original answer still is correct. Your code calls sub1 3 times (once for each parameter passed on the command line). Yet the OP asked how to have the sub called just once with all parameters in tow.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Getopt::Long subroutine question
by 2teez (Vicar) on Jul 23, 2013 at 05:00 UTC |