Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Open .txt file on remote domain

by choroba (Cardinal)
on Oct 27, 2012 at 23:34 UTC ( [id://1001237]=note: print w/replies, xml ) Need Help??


in reply to Open .txt file on remote domain

See LWP::Simple.
use LWP::Simple; my $content = get("http://www.mydomain.net/file.txt");
لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Replies are listed 'Best First'.
Re^2: Open .txt file on remote domain
by ced4dad (Initiate) on Oct 28, 2012 at 16:42 UTC

    Thank you very much for the help. Seemed to work fine with very little overhead.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (9)
As of 2024-04-24 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found