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 ..
>
>
>
>
>
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 ..
>>
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
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
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
>>>
>>>
>>>
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";
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 =