in reply to Getopt::Std dies or returns empty var
funny thing, I have never looked at it before. This works:
use Getopt::Std; getopt('u'); print "username is $opt_u\n"; [download]
it breaks as soon as you do either one:
Sören