Re: How to start some file as Perl script argument?
- From: "max" <max@xxxxxxxxxxxx>
- Date: Wed, 31 Jan 2007 20:43:29 +0100
No! I want start perl script with XLS document as argument.
Start in CMD with typing perl script.pl someexcel.xls is normaly work,
I want star it with click on Excel document, How to do it in Windows OS?
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:
- Re: How to start some file as Perl script argument?
- From: RedGrittyBrick
- Re: How to start some file as Perl script argument?
- References:
- How to start some file as Perl script argument?
- From: max
- Re: How to start some file as Perl script argument?
- From: Tad McClellan
- How to start some file as Perl script argument?
- Prev by Date: Re: How to pass array from java to perl using inline java
- Next by Date: Re: How to pass array from java to perl using inline java
- 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
|