Help for this page
#!/usr/bin/perl -w use strict; ... print "This is going to exit\n"; exit 2;
$> perl aboveProgram.pl ... $> echo $? 2 $>