Thread web ausgabe in datei umleiten (13 answers)
Opened by chmod777 at 2009-11-04 15:21

pq
 2009-11-04 15:24
#127812 #127812
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
Code (perl): (dl )
1
2
3
use LWP::Simple qw/ getstore /;
my $url = 'http://localhost/...';
getstore($url, $file);

siehe doku zu CPAN:LWP::Simple
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread web ausgabe in datei umleiten