in reply to Re: how do I print all the code while executing, like in the movies?
in thread how do I print all the code while executing, like in the movies?

Add
# Load ANSI driver if running in Windows. use if $^O eq 'MSWin32', 'Win32::Console::ANSI';
and it becomes portable.
  • Comment on Re^2: how do I print all the code while executing, like in the movies?
  • Download Code