Re: [code-review] Hello!
Jean-Michel Hiver <[email protected]> Tue, 03 Feb 2004 21:46:52 +0000
| Newsgroups | gmane.comp.lang.perl.code-review-ladder |
|---|---|
| Message-ID | <[email protected]> |
> Others have very ably recommended ways to test for Time::HiRes. I'd > simply > add that you might want to use `use vars' instead of `our' since the > latter > won't work on all versions of Perl 5.x (I think the change happened in > 5.6.0, > but I may be wrong) -- Hum... Hello? The latest version of Perl is 5.8.3. It'd say anybody who's got anything < 5.6.1 _really_ needs an upgrade. use vars... yuk! Cheers, Jean-Michel.