in reply to Getting Junk Like SCALAR(0x19cbeb4) in String

I can't say anything witout you giving some code.

The most likely causes are however an unneccessary /e modifier or trying to match a whole vector at once like ["string1", "string2"]=~ m/(.*)/;

Replies are listed 'Best First'.
Re: Re: Getting Junk Like SCALAR(0x19cbeb4) in String
by rjahrman (Scribe) on Feb 29, 2004 at 20:10 UTC
    It was the "e" modifier. Thanks!