Perl doesn't DWIM in:But see:sleep 2.5;
You can't make core Perl do this, because the number of systems on which this worked was once miniscule compared to the number of systems on which it could never work.use Time::HiRes qw(sleep); ... sleep 2.5;
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
In reply to Re^2: Perl oddities
by merlyn
in thread Perl oddities
by brian_d_foy
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |