Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

tie(...) bug or select(...) bug?

by SankoR (Prior)
on Oct 04, 2013 at 18:22 UTC ( [id://1056913]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Tie::Scalar;
    tie (my $SLEEP_TIME, 'Tie::StdScalar', 0.25);
    select (undef, undef, undef, $SLEEP_TIME);
    
  2. or download this
    use Tie::Scalar;
    tie (my $SLEEP_TIME, 'Tie::StdScalar', 0.25);
    print $SLEEP_TIME;
    select (undef, undef, undef, $SLEEP_TIME);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1056913]
Approved by keszler
Front-paged by toolic
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (2)
As of 2024-04-26 00:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found