1 2 3 4 5 6 7 8 9 10
my $full_pm_path=''; for my $base_path (@INC) { if(-f "$base_path/$pm_path") { $full_pm_path="$base_path/$pm_path"; last; } } return 0 unless($full_pm_path);
1 2 3 4
open(my $pm_fh,'<',$full_pm_path) or return 0; local $/=undef; my $code=<$pm_fh>; return eval($code);
guertelschnalle2(ungefähr): Ich weiß nicht, wie ich das Modul Clipboard-0.13.tar.gz installieren soll.
tar -xzvf Clipboard-0.13.tar.gz
cd Clipboard-0.13
perl Makefile.PL
make
make test
su
make install
2011-12-13T08:52:11 guertelschnalle2joa das problem ist das ich keinen root zugriff habe...