<?xml version="1.0" encoding="windows-1252"?>
<node id="435589" title="Re^2: Perl oddities" created="2005-03-01 14:41:42" updated="2005-05-26 18:05:33">
<type id="11">
note</type>
<author id="9073">
merlyn</author>
<data>
<field name="doctext">
&lt;blockquote&gt;
Perl doesn't DWIM in:
&lt;code&gt;
    sleep 2.5;
&lt;/code&gt;&lt;/blockquote&gt;
But see:
&lt;code&gt;
use Time::HiRes qw(sleep);
...
sleep 2.5;
&lt;/code&gt;
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.
&lt;!-- Node text goes above. Div tags should contain sig only --&gt;
&lt;div class="pmsig"&gt;&lt;div class="pmsig-9073"&gt;
&lt;p&gt;-- [http://www.stonehenge.com/merlyn/|Randal L. Schwartz, Perl hacker]
&lt;br&gt;
Be sure to read [id://205373|my standard disclaimer] if this is a reply.&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;</field>
<field name="root_node">
435338</field>
<field name="parent_node">
435408</field>
</data>
</node>
