in reply to Re: Script or program?
in thread Script or program?
Perl doesn't compile implicitly - its very explicit about it. It just goes and keeps switching from compile to execute back and forth. Saying perl -e 'use strict; use warnings' flip-flops some half a dozen times just on its own.