Leser: 17
1
2
3
4
5
6
7
Can't locate loadable object for module Win32::Console::ANSI in @INC (@INC contains: C:/Perl58/site/lib C:/Perl58/lib .
D:/CM4F/Perl) at C:/Perl58/lib/DynaLoader.pm line 118
DynaLoader::croak('Can\'t locate loadable object for module Win32::Console::ANSI...') called at C:/Perl58/lib/Dy
naLoader.pm line 196
DynaLoader::bootstrap('Win32::Console::ANSI', 1.04) called at C:/Perl58/lib/XSLoader.pm line 111
XSLoader::bootstrap_inherit('Win32::Console::ANSI', 1.04) called at D:/CM4F/Perl/ANSI.pm line 65
require ANSI.pm called at D:\Scripts\testScript_1.pl line 28
Can't locate ANSI.pm in @INC (@INC contains: C:/Perl58/site/lib C:/Perl58/lib .) at D:\Scripts\testScript_1.pl line 28.
1 2 3 4
push (@INC, "H:/peri/myStuff"); require "ANSI.pm"; use Term::ANSIColor qw(:constants); print BOLD RED ON_WHITE "This text is bold red on white.\n";
2010-04-23T09:17:30 periJetzt noch einen draufsetzen:
- nur die ANSI.pm und die erzeugte ANSI.dll (aus: C:\Perl\site\...) von der Maschine ins Netzwerk kopiert (H:\peri\myStuff)
[...]
Es geht also auch ohne Installation des Moduls.