Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: Delete de " from my file

by Aim9b (Monk)
on Oct 12, 2007 at 19:16 UTC ( [id://644527]=note: print w/replies, xml ) Need Help??


in reply to Delete de " from my file

I use the following to strip off only the beginning & ending quotes (embedded may valid) on just the DETAIL records, not the Header.
if ($StRec eq $Dtl) { # For ALL detail records $St =~ s/^\"//; # Remove ONLY the LEADING quote $St =~ s/\"$//; # Remove ONLY the TRAILING quote }
Hope this helps.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2026-01-21 16:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your view on AI coding assistants?





    Results (125 votes). Check out past polls.

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.