4 print "this is loading the 'test.pl' script!\n";
8 print "this is the 'return_one' function!\n";
14 print "this is the 'return_array' function!\n";
25 print "this is the 'dies' function! about to die now ...\n";
26 die "this is the exception message from 'dies'";