and another quick question... is it posible to call a subroutine in another subroutine with getopt:long?GetOptions ( 'opta=s' => \&a, 'optb=s' => \&b, 'optc=s' => \&c, )or die "not working: $!\n"; sub a { blabla } sub b { blabla } sub c { blabla }
In reply to Using getopt::Long by madM
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |