Thread Remoteshell mit Perl (8 answers)
Opened by Eng1958 at 2014-06-12 11:52

Eng1958
 2014-06-12 13:10
#175994 #175994
User since
2013-06-04
37 Artikel
BenutzerIn
[default_avatar]
Warum sollte ich denn den kompletten Pfad von rsh angeben? Das ganze ist doch ein Standard UNIX Befehl und damit solle er so gefunden werden.
Hatte vergessen zu sagen, dass ich strict benutze also kommt der Fehler:
Quote
Bareword "PATH" not allowed while "strict subs" in use at ./flsmon_check.pl line 82.
Execution of ./flsmon_check.pl aborted due to compilation errors.

bzw. wenn ich strict raus nehme:
Quote
Can't locate object method "ENV" via package "PATH" (perhaps you forgot to load "PATH"?) at ./flsmon_check.pl line 82.

View full thread Remoteshell mit Perl