#!/usr/bin/perl use strict; use warnings; my $pfad; BEGIN{ $pfad = 'C:\cpan\WWW-ConfixxBackup-0.01\lib'; } use lib $pfad; use WWW::ConfixxBackup;