#!/usr/bin/perl -w use strict; require "test2.pl"; print "Shouldn't ever print me!\n";
#!/usr/bin/perl -w use strict; print "In required\n"; exit;
> ./test.pl In required >
In reply to Re: make a required script exit script
by swkronenfeld
in thread make a required script exit script
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |