in reply to Re^3: Weird screen output in my AceShell module
in thread Weird screen output in my AceShell module

Ok, seems to be working now though. One thing I also noticed I missed was doing a function call like this: $self->functionCall() instead of just functionCall(); Stupid.

Also, I get this with your code:
Bareword "Win32::Console::ANSI" not allowed while "strict subs" in use at Constants.pm line 18.
Execution of Constants.pm aborted due to compilation errors.
  • Comment on Re^4: Weird screen output in my AceShell module

Replies are listed 'Best First'.
Re^5: Weird screen output in my AceShell module
by ikegami (Patriarch) on Jul 15, 2006 at 21:41 UTC
    oops, sorry, put it in quotes.