imperl has asked for the wisdom of the Perl Monks concerning the following question:
This particular function need to be called repeatedly and for that I wrote a perl script using the following:# ./test.sh 123.122.233.1 9879 textx.xml
But Im not sure, how I can mention the rest of the syntax in it? Thankssystem("$test.sh");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Opening a shell script with a particular syntax
by ghenry (Vicar) on May 25, 2005 at 08:13 UTC | |
|
Re: Opening a shell script with a particular syntax
by blazar (Canon) on May 25, 2005 at 08:17 UTC | |
by imperl (Novice) on May 25, 2005 at 08:53 UTC | |
|
Re: Opening a shell script with a particular syntax
by Fang (Pilgrim) on May 25, 2005 at 07:25 UTC |