in reply to Re: Re: Re: Re: when is a string not a string?
in thread when is a string not a string?

Try using something besides single quotes to print boundaries around the variable -- typically the expression '$variable' does not interpolate to the value of $variable.
  • Comment on Re: Re: Re: Re: Re: when is a string not a string?