http://www.perlmonks.org?node_id=804767


in reply to Re^3: Different meanings of $0 under the same operating system
in thread Different meanings of $0 under the same operating system

That won't work either. Can't you good die-hard command-line folks think of lack of feedback in a gui? That's what UI::Dialog is meant for... Just using print won't put anything on the gui if you run the program without a terminal as I wrote.
  • Comment on Re^4: Different meanings of $0 under the same operating system

Replies are listed 'Best First'.
Re^5: Different meanings of $0 under the same operating system
by assemble (Friar) on Nov 04, 2009 at 15:53 UTC
    On Windows, running that will show a command prompt and wait for me to hit enter. I can't imagine a linux box not doing that...
      It won't.
        Why would you use a GUI on Linux anyway?