in reply to Re: How to display the .pl process in command line
in thread How to display the .pl process in command line

What I want to do is... When I run my .pl file via Strawberry (CMD) or windows cmd it will display that the script is actually running.. Right now when I run the script it will display the C:\Users\Vin\Documents and a blinking underscore.. So if success it will display again the C:\Users\Vin\Documents note: the output of my script is via .txt file what i want to see in the cmd is somewhat like this: C:\Users\Vin\Documents\<file>.pl Processing.... Successful check the <file>.txt for the result or Execution failed.. (if the script have problems or failed to execute) something like that. hope that you got me thanks :)
  • Comment on Re^2: How to display the .pl process in command line

Replies are listed 'Best First'.
Re^3: How to display the .pl process in command line
by GrandFather (Saint) on Mar 27, 2012 at 05:07 UTC

    Use print to show progress messages.

    True laziness is hard work