in reply to Issues passing array value?

The only really obvious thing that I'm seeing is the possible interpolation of a function &content (by accident of course). You probably want to escape that & character.

Update: Nope. I'm mistaken. Sorry I mentioned it. It doesn't look like perl interpolates those. I was confused because quotemeta escapes those — which, according to fletch isn't even relevant anyway.

-Paul

Replies are listed 'Best First'.
Re^2: Issues passing array value?
by Fletch (Bishop) on Apr 27, 2007 at 14:38 UTC

    quotemeta quotes all non-word characters, not just what Perl might interpolate.