in reply to Re: Strip Quotations from files
in thread Strip Quotations from files

Why not let DBI deal with the quoting issues (via the quote() method) instead?


print@_{sort keys %_},$/if%_=split//,'= & *a?b:e\f/h^h!j+n,o@o;r$s-t%t#u'

Replies are listed 'Best First'.
Re: Re:x2 Strip Quotations from files
by ngraham (Initiate) on Jun 03, 2002 at 07:08 UTC
    The script was written in the event that other special characters may need to be removed eg. &*^#@! All we have to do then is update the script.