Thread Perl Repository: Zentrales Repository für Perl Module (21 answers)
Opened by giotto at 2005-08-15 16:16

J-jayz-Z
 2005-08-19 16:24
#47216 #47216
User since
2005-04-13
625 Artikel
BenutzerIn
[Homepage] [default_avatar]
Na ja, man könnte auch auf einer Maschine alles nötige für CPAN installieren, die Module in ein bestimmtes Verzeichniss legen und dieses Verzeichnis dann per nfs mounten und die Module daraus nutzen?
Das setzt dann natürlich ein Netzwerk vorraus, dass immer steht. Und jeses Modul müsste nur einmal an einer Maschine installiert werden...
perl -Mstrict -Mwarnings -e 'package blub; sub new { bless {} } sub bar {my $self=shift; $self->{bla}="5065726c2d436f6d6d756e697479"; return $self->{bla};} my $foo=blub->new();print "Hallo ";print pack("H*",$foo->bar()); print "\n"'

http://perl-tutor.de

View full thread Perl Repository: Zentrales Repository für Perl Module