Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: pushing requested file

by abaxaba (Hermit)
on Feb 16, 2002 at 20:45 UTC ( [id://145898]=note: print w/replies, xml ) Need Help??


in reply to pushing requested file

Another approach might be this:
open (FILE, "/path/to/$URL"); binmode (FILE); print "Content-type:application-vnd.ms-word\n\n"; while (<FILE>) { print; }
hth...

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-19 05:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found