in reply to Double quote problem
So assuming you will never have more than 9 command line arguments you would do it like this:
The arguments will be concatenated together and available inside the myscript.pl in the $ARGV[0] variable. If you need an example of how to handle more than 9 arguments let me know via /msg since that really isn't a perl question.@echo off c:\perl\bin\perl.exe myscript.pl "%1%2%3%4%5%6%7%8%9"
Cheers - L~R
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Double quote problem
by PhilHibbs (Hermit) on Feb 14, 2004 at 17:30 UTC |