Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Net::Telnet

by demerphq (Chancellor)
on Jul 11, 2002 at 13:46 UTC ( [id://181019]=note: print w/replies, xml ) Need Help??


in reply to Re: Net::Telnet
in thread Net::Telnet

A simpler fix would have been to simply remove the "defined"
sub _optimal_blksize { my ($blksize) = @_; return $blksize if $blksize and $blksize > 0 and $blksize <= 1_048 +_576; 8192; } # end sub _optimal_blksize
;-)

UPDATE: I put the >0 test back in, to remove the rope that might hang someone trying to use a negative size...

Yves / DeMerphq
---
Writing a good benchmark isnt as easy as it might look.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://181019]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-25 07:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found