in reply to using 'our' on Win32 vs Unix
I am not positive but I think 'our' is a later enhancement than your Unix version.
You can use vars qw( %hash ); to make strict happy, but its not exactly the same as our.
Alternately, of course, newer perls do support 'our'.
|
---|