Perl Shell - A Solution

die $usage if $h;

If $h has a true value, print out $usage and stop the program.

Recall: