Thread Konsolen Menüs?
(18 answers)
Opened by J-jayz-Z at 2005-05-11 20:46
Hilfe! Ich bekomm das Modul Curses nicht installiert!
Folgende Meldung spuckt mir make aus: Code: (dl
)
1 ingo:/home/rootcris/scripts/Curses-1.12# make Kann mir jemand helfen? ? ? bzw. wo muss die Datei ncurses hin, oder wieso installiert sie mir die CPAN shell auch nicht mit...? 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 |