roho has asked for the wisdom of the Perl Monks concerning the following question:
TIA
Roy Fulbright
#!/usr/bin/perl use strict; use warnings; use Win32::Console::ANSI; __END__
I received the following errors:
--------------------------------
Can't load 'C:/Perl/site/lib/auto/Win32/Console/ANSI/ANSI.dll' for module Win32::Console::ANSI: load_file:Invalid access to memory location at C:/Perl/lib/XSLoader.pm line 64. at C:/Perl/site/lib/Win32/Console/ANSI.pm line 65
Compilation failed in require at C:\Bat\ansi.pl line 4. BEGIN failed--compilation aborted at C:\Bat\ansi.pl line 4.
"Its not how hard you work, its how much you get done."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::Console::ANSI Not Working in Windows Vista
by jand (Friar) on Feb 18, 2009 at 07:55 UTC | |
by syphilis (Archbishop) on Feb 18, 2009 at 08:10 UTC | |
by roho (Bishop) on Feb 18, 2009 at 09:10 UTC | |
by syphilis (Archbishop) on Feb 25, 2009 at 01:45 UTC | |
|
Re: Win32::Console::ANSI Not Working in Windows Vista
by Anonymous Monk on Feb 18, 2009 at 04:12 UTC |