And here's a test script test.pl:# SomeModule.pm package SomeModule; END { print "End of SomeModule\n"; } 1;
Any way to jump in after SomeModule's END block?# test.pl use SomeModule; END { print "End of main\n"; }
In reply to Re: Re: Order of END blocks
by saintmike
in thread Order of END blocks
by saintmike
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |