"Mark" <[EMAIL PROTECTED]> writes:

> Yes, this seems like what I want to do.  I would like to open the file using 
> the external software program, run one command on it using the external 
> software, and then save it.

If that one command is not setable from a command line it will become
seriously more complicated and way out of my league.

But if that command can be passed to the software with a commandline
flag just put the $flag into the variable.

my $cmd = '/path/to/cmd -o';

Where `-o' is a command line switch that runs the needed command.



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to