Hi Matti!
hi too,
Danke für Deine rasche Hilfe, wie binde ich diesen Pfad in das @INC ein (kämpfe schon wie verrückt).
push @INC, "path/to/my_library"; # ;-)
Alternative:
use lib "path/to/mylib";
Gruß, Rolf
Hi Matti!
hi too,
Danke für Deine rasche Hilfe, wie binde ich diesen Pfad in das @INC ein (kämpfe schon wie verrückt).
push @INC, "path/to/my_library"; # ;-)
Alternative:
use lib "path/to/mylib";
Gruß, Rolf