Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Data length in strings

by CharlesClarkson (Curate)
on Jul 24, 2001 at 15:48 UTC ( [id://99292]=note: print w/replies, xml ) Need Help??


in reply to Data length in strings

Instead of using $/, try reading the file.

open my $fh, $file_name or die "Cannot open $file_name $!"; read $fh, my $str, -s $fh;

HTH,
Charles K. Clarkson

Log In?
Username:
Password:

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

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

    No recent polls found