Re: How to start some file as Perl script argument?
- From: Tad McClellan <tadmc@xxxxxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 08:36:09 -0600
max <max@xxxxxxxxxxx> wrote:
How to start some file as Perl script argument?
What does "start some file" mean when you say it?
You cannot "start" an Excel file because it is not executable.
How to start it as
perlscript.pl someexcel.xls
You run this command line:
perlscript.pl someexcel.xls
If you instead meant that you want to run an external program, such
as Excel, then you should have asked how to run an external program.
The answer given in this FAQ:
perldoc -q external
outlines the three basic ways of running external commands.
--
Tad McClellan SGML consulting
tadmc@xxxxxxxxxxxxxx Perl programming
Fort Worth, Texas
.
- Follow-Ups:
- References:
- Prev by Date: sort an array unique.
- Next by Date: Re: sort an array unique.
- Previous by thread: Re: How to start some file as Perl script argument?
- Next by thread: Re: How to start some file as Perl script argument?
- Index(es):
Relevant Pages
|