in reply to Re^2: Problems with 'our' definition with perl 5.00503
in thread Problems with 'our' definition with perl 5.00503
This can be used to determine whether the Perl interpreter exe- cuting a script is in the right range of versions. (Mnemonic: use ^V for Version Control.) Example: warn "No \"our\" declarations!\n" if $^V and $^V lt v5.6.0;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Problems with 'our' definition with perl 5.00503
by etcshadow (Priest) on Jun 30, 2005 at 18:50 UTC |