
FlayedOne
Novice
Jan 27, 2010, 2:55 AM
Views: 1748
|
|
Re: [FlayedOne] single to double quote conversion
|
|
|
And how am I supposed to not respond agressively to that? You were neither helpful nor respectfull in any way. Just because I missed code tags doesn't mean I haven't spent enough time looking for a solution. I'm also starting to belive that there is no real solution. BTW, I just found a way to make it somewhat work, but it's an unelegant solution, and I can only make it work for a fixed number of $n variables: I can do something like that:
$one = "$1"; $changeto =~ s/\$1/$one/g;
(This post was edited by FlayedOne on Jan 27, 2010, 2:58 AM)
|