Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: Re: Parsing, tokens and strings

by JPaul (Hermit)
on Oct 17, 2001 at 23:19 UTC ( [id://119514]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Parsing, tokens and strings
in thread Parsing, tokens and strings

Heh, I thought the quotes being left in the @array was a "feature", so I:
foreach (@array) { s/"//g; s/'//g; }
Thanks all for your help,

JP Hindin,

-- Alexander Widdlemouse undid his bellybutton and his bum dropped off --

Replies are listed 'Best First'.
Re: Re: Re: Re: Parsing, tokens and strings
by merlyn (Sage) on Oct 18, 2001 at 11:48 UTC
Re: Re: Re: Re: Parsing, tokens and strings
by blakem (Monsignor) on Oct 17, 2001 at 23:28 UTC
    somewhat silly to belabor the point, but why not just:
    tr/'"//d for @array;

    -Blake

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://119514]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-20 04:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found