Help for this page
#!/usr/bin/perl ... die 'Invalid option' if ( $check_option ne 1 ); print "next line";
$ test.pl next line ... $ test.pl -t Option test requires an argument Invalid option at test.pl line 9.