Hi Leute!
Ich wollte mal das Abholen meiner Mails etwas sichern und hab mir das
Perlskript gwpop runtergeladen. Nur leider funktioniert das nicht :(
Hier der Anfang des Skriptes:
#!/usr/bin/perl

# A good way to POP
# Stephane Bortzmeyer <[EMAIL PROTECTED]>
# See the README for details
# Some code inspired from [EMAIL PROTECTED] (Joseph McDonald)
# Freely usable and redistributable.

# Do not touch the version number unless you've modified the code (not
the 
# site-specific settings).
$version = "1.1-BETA";

# Required but distributed with Perl lib
require 'sys/socket.ph';
require 'chat2.pl';
require "newgetopt.pl";
use English;

# Site-specific settings

$pop_port = 110; # IANA standard, RFC "Assigned numbers"
$local_port = 1234; # Arbitrary

Rufe ich es direkt auf, kommt folgender Fehler:
dh@toreador:~/src/gwpop$ ./gwpop 
bash: ./gwpop: /usr/bin/perl: bad interpreter: Keine Berechtigung

Und mit Interpreter:
dh@toreador:~/src/gwpop$ /usr/bin/perl gwpop
Usage: gwpop [-p password] [-d [directory]] username at gwpop line 495.

Weiss irgendjemand, woran das liegen könnte? 

Ciao
/dirk
-- 
dirk haage    | [EMAIL PROTECTED]
advanced network technologies
phone   +49 (0)30 85 07 06 12
mobile  +49 (0)172 9 26 32 18



--
Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED]
mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

Antwort per Email an