Help for this page
#!/usr/bin/perl ... die "Hey man, you have to provide an username!\n" unless $opt_u ; print "Option 'u' is $opt_u\n";
Getopt::Mixed::getOptions( qq|u=s username>u x:i m:i| );