Help for this page
use strict; use warnings; ... print "The user for routine1 is $user\n"; }
./mygetopt5.pl -f -user user1 -pass password We're now in fetch ... The vars for routine1 Use of uninitialized value in concatenation (.) or string at ./mygetop +t5.pl line 33. The user for routine1 is