newbie_coder has asked for the wisdom of the Perl Monks concerning the following question:
Greeting monks
In my perl script, few graphs are plotted using GDGraph module. As soon as the plotting is done, I want to open these graphs with a specific application(not the default one).I have tried using
system(qq(start "$full_filename"));But it returns the following error
start: Unknown job: Line_uptime_1.gifPlease suggest me the right way
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to open a gif file with non-default application
by ikegami (Patriarch) on Nov 17, 2010 at 07:27 UTC | |
|
Re: How to open a gif file with non-default application
by kcott (Archbishop) on Nov 17, 2010 at 07:19 UTC |