Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Need help with downloading

by Fletch (Bishop)
on Apr 18, 2005 at 17:54 UTC ( [id://448964]=note: print w/replies, xml ) Need Help??


in reply to Need help with downloading

From the looks of things you're on Wintendo so a perldoc -f binmode may be helpful.

Replies are listed 'Best First'.
Re^2: Need help with downloading
by ikegami (Patriarch) on Apr 18, 2005 at 17:58 UTC

    aye, adding binmode(FILE); binmode(STDOUT); after the open should fix it.

    Update: Typo fixed.

      binmode on both :-|

      Alberto Simões

        binmode(both)? :-|
Re^2: Need help with downloading
by gl2103 (Novice) on Apr 18, 2005 at 18:01 UTC
    Where do you want to do this? Sorry for asking a stupid things.Thanks
      I'm a little confused. Could you please change this for me?
      Thanks
      ------------old----------------------
      open(FILE,"<$outf");
      while(<FILE>){print;}
      close (FILE);
        IT WORKS.THANK YOU VERY MUCH!!!!!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (8)
As of 2024-04-23 10:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found