Thread web ausgabe in datei umleiten
(13 answers)
Opened by chmod777 at 2009-11-04 15:21 Code (perl): (dl
)
1 2 3 use LWP::Simple qw/ getstore /; my $url = 'http://localhost/...'; getstore($url, $file); siehe doku zu 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: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |