Help for this page
# find / > /tmp/`hostname`
#!/usr/bin/perl use strict; ... getopts( 'hm:s:o:' , \%opt ) or die $Usage; die $Usage if $opt{h} || ! $opt{m} || ! $opt{s} || ! $opt{o}; }