Thread use lib $variabler_pfad???: statt einen Pfad eine Variable übergeben (9 answers)
Opened by landogar at 2006-03-09 11:03

renee
 2006-03-10 15:17
#63652 #63652
User since
2003-08-04
14371 Artikel
ModeratorIn
[Homepage] [default_avatar]
jepp, hast recht...
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/perl

use strict;
use warnings;

my $pfad;
BEGIN{
$pfad = 'C:\cpan\WWW-ConfixxBackup-0.01\lib';
}
use lib $pfad;
use WWW::ConfixxBackup;
OTRS-Erweiterungen (http://feature-addons.de/)
Frankfurt Perlmongers (http://frankfurt.pm/)
--

Unterlagen OTRS-Workshop 2012: http://otrs.perl-services.de/workshop.html
Perl-Entwicklung: http://perl-services.de/

View full thread use lib $variabler_pfad???: statt einen Pfad eine Variable übergeben