Re: Include variables from external perl script



On Oct 30, 2:50 pm, mri...@xxxxxxxxx (Paul Lalli) wrote:
If there is no strict, 'our' is a no-op.

Not entirely true. The scope of a variable declared with our is
different from one that's not needed to be declared because use strict
is not in use.

.