[VPM] FW: overriding perl 'our','my' keywords

Darren Duncan darren at darrenduncan.net
Tue Mar 17 16:01:54 PDT 2009


Jer A wrote:
> I want to override all 'our' and all 'my' statements in a script. how do 
> i do this, without any third party modules, just code.
> 
> this may sound funny, but I would like to initialize all declared 
> variables to 'undef' or '()'.

Perl variables are already that way by default, so you have nothing to do.

Otherwise, you need to give more information on what you actually want to 
accomplish.

-- Darren Duncan


More information about the Victoria-pm mailing list