Guido: Fehler bei Dateiverarbeitung

Beitrag lesen

Hallo Markus,

Sieh dir doch mal das Modul LWP::Simple an.

Habe ich getan. Als Perl-Anfänger habe ich aber noch etwas Probleme.
Wie binde ich  das Simple.pm in mein Programm ein?

In LWP::Simple steht am Anfang:

perl -MLWP::Simple -e 'getprint "http://www.sn.no"'
use LWP::Simple;

Da verstehe ich nur Bahnhof!

Mein Perl-Programm beginnt mit

#!/usr/bin/perl -w

Danach habe ich das

use LWP::Simple;

eingefügt, was aber zum Fehler führt:
Can't locate LWP/Simple.pm in @INC (@INC contains: C:/XAMPP/perl/lib .) at ....

Kannst Du oder jemand anderes mir da noch einmal helfen, ohne dass ich die ganze Perl-Syntax studieren muss?