Re: Include variables from external perl script
- From: mritty@xxxxxxxxx (Paul Lalli)
- Date: Tue, 30 Oct 2007 12:49:04 -0700
On Oct 30, 1:51 pm, nobul...@xxxxxxxxx (Nobul...@xxxxxxxxx) wrote:
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.
This is nonsensical. our does not "declare" a variable. It simply
allows you to use the non-fully qualified name for the duration of the
scope of 'our', regardless of use strict.
Please post a short example of what you're trying to claim.
Paul Lalli
.
- References:
- Include variables from external perl script
- From: Howa
- Re: Include variables from external perl script
- From: Jeff Pang
- Re: Include variables from external perl script
- From: Ron Bergin
- Re: Include variables from external perl script
- From: Paul Lalli
- Re: Include variables from external perl script
- From: Nobull67@xxxxxxxxx
- Include variables from external perl script
- Prev by Date: Re: Include variables from external perl script
- Next by Date: Re: Split function
- Previous by thread: Re: Include variables from external perl script
- Next by thread: Re: Include variables from external perl script
- Index(es):
Relevant Pages
|