Ask a Question related to PERL Miscellaneous, Design and Development.
-
Brian Harnish #1
Re: using a directory name as a command line argument
On Mon, 11 Aug 2003 19:31:26 -0700, Chad wrote:
Check out @ARGV> trying to do a basic opendir DH,$dir or die.......
>
> how do I get $dir to equal an argument invoked at the command line
>
> Thanks
> Chad
- Brian
Brian Harnish Guest
-
How to take command line argument and use it to run an upgrade script.
I'm a perl newby. I'm looking on taking a command line argument from STDIN and use it for input to a script that upgrades software. Any examples... -
RUN/execute a Command-Line command from an ASP page
Hi, I need to RUN/execute a Command-Line command from an ASP page. This is the command: sse45.exe -i k:\o\2.wmv -o k:\o\2.shh -w 128 -df 0 -m 2... -
RUN/execute a Command-Line command from an ASP page.
Hi, I need to RUN/execute a Command-Line command from an ASP page. This is the command: sse45.exe -i k:\o\2.wmv -o k:\o\2.shh -w 128 -df 0 -m 2... -
How to use Command line argument --help or --debug ???
using getopts we can get the arguments like -h, -s etc... but how to get --help or --debug??? Any body knowing it...plz let me know asap Thnx... -
Command line to start Elements in specific directory
Is there a command line option to start Elements with the contents of a specific file folder being displayed? -
Tad McClellan #2
Re: using a directory name as a command line argument
Chad <chussung@operamail.com> wrote:
> how do I get $dir to equal an argument invoked at the command line
$dir= $ARGV[0];
--
Tad McClellan SGML consulting
[email]tadmc@augustmail.com[/email] Perl programming
Fort Worth, Texas
Tad McClellan Guest



Reply With Quote

