I'm sure this isn't a bug, but rather a feature, but why does a BEGIN get run 
when one checks the syntax with:

perl -c myscript.pl

but the END block doesn't.

I know that a BEGIN is just like a 'use' statement, but I was just curious why 
an END doesn't get executed with syntax checking?
Is it because an END is likely to depend on processing that has taken place 
between the BEGIN and the END?

Thanks in advance.

Howard 
       
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to