in reply to Re: Changing the title of the command window on which the perl exe is run
in thread Changing the title of the command window on which the perl exe is run

using system 'title', 'the title;' will work form within your program same as using Win32::Console, for the duration of the program
  • Comment on Re^2: Changing the title of the command window on which the perl exe is run
  • Download Code