Christoph Schnauß: Hmmm

Beitrag lesen

hi,

perldoc FindBin

C:>perldoc FindBin
NAME
    FindBin - Locate directory of original perl script

SYNOPSIS
     use FindBin;
     use lib "$FindBin::Bin/../lib";

or

use FindBin qw($Bin);
     use lib "$Bin/../lib";

DESCRIPTION
    Locates the full path to the script bin directory to allow the use of
    paths relative to the bin directory.

usw.

Waaah. perldoc perlstyle, bitte.
Wie meinst du das ?

gleiche Methode. Tipps einfach mal ein und lies nach

;-)

Christoph S.