Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Perl on Windows XP needs to grab internet txt file.

by grinder (Bishop)
on Feb 01, 2008 at 17:06 UTC ( [id://665607]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    open my $out, '>', $local or die "Cannot open $local for output: $!\n"
    +;
    print $out $page;
    close $out;
    
  2. or download this
    @echo off
    c:
    cd \path\to\program\dir
    perl get-page.pl
    

Log In?
Username:
Password:

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

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

    No recent polls found