Re: [code-review] Hello!

Jean-Michel Hiver <[email protected]> Mon, 02 Feb 2004 14:39:47 +0000
Newsgroups gmane.comp.lang.perl.code-review-ladder
Message-ID <[email protected]>
> Well, it's not optimal as it doesn't work ;-)
>
> This should be
>
>   our $TIME_HIRES_INSTALLED = 0;
>   eval "use Time::HiRes qw()"; # string eval!!
>   $TIME_HIRES_INSTALLED = 1 unless ($@);

Lol :)
Sorry 'bout that ;)