Help for this page
use Getopt::Long; use Pod::Usage; ... pod2usage(-verbose=>1) unless $user and $pass; __END__
our ($user,$pass,$numb,$help); my @tmpl = ( ... @tmpl = map {"'$_' => \\\$@{[(split('\|',$_))[0]]},"} @tmpl; eval "GetOptions(@tmpl);";