How to pass string in command line argument.

2006-10-26 Thread perl pra
hi , I want to pass a command argument to perl script with double quotes (" ); below is my scenario my xml file is something like this .. 123 this is my name 234 this is others name my perl script is something like this my $xmlfile = "./samp1.xml"; my $ref =

Re: How to pass string in command line argument.

2006-10-26 Thread Rob Dixon
perl pra wrote: hi , I want to pass a command argument to perl script with double quotes (" ); below is my scenario my xml file is something like this .. 123 this is my name 234 this is others name my perl script is something like this my $xmlfile = "./samp1.xml";

Re: How to pass string in command line argument.

2006-10-26 Thread Rob Dixon
perl pra wrote: > > Rob Dixon wrote: >> >> perl pra wrote: >>> >>> >>> I want to pass a command argument to perl script with double quotes (" ); >>> >>> >>> below is my scenario >>> >>> my xml file is something like this .. >>> >>> >>> >>> >>> >>>123 >>> this is my name >>> >>> >>>

Re: How to pass string in command line argument.

2006-10-26 Thread Mumia W.
On 10/26/2006 05:47 AM, perl pra wrote: hi , I want to pass a command argument to perl script with double quotes (" ); below is my scenario my xml file is something like this .. 123 this is my name 234 this is others name my perl script is something like this my $x

Re: How to pass string in command line argument.

2006-10-27 Thread perl pra
I tried this but no luck.. let me tell me explain my problem in detail to you guys so that you may give me the apt solution. i have perl script that searches given string (the string should be passed in command line argument), The string should be sent to the script with double quotes attached

Re: How to pass string in command line argument.

2006-10-28 Thread Rob Dixon
perl pra wrote: > > On 10/26/06, Mumia W. <[EMAIL PROTECTED]> wrote: >> >> On 10/26/2006 05:47 AM, perl pra wrote: >> > hi , >> > >> > I want to pass a command argument to perl script with double quotes (" >> ); >> > >> > >> > below is my scenario >> > >> > my xml file is something like this .. >>

Re: How to pass string in command line argument.

2006-10-28 Thread Mumia W.
On 10/28/2006 01:52 AM, perl pra wrote: On 10/26/06, Mumia W. <[EMAIL PROTECTED]> wrote: On 10/26/2006 05:47 AM, perl pra wrote: > hi , > > I want to pass a command argument to perl script with double quotes (" ); > > > below is my scenario > > my xml file is something like this .. > > > > >