in reply to Re: testing for the zero length string (blank value) in cgi fields
in thread testing for the zero length string (blank value) in cgi fields

That's inverted... I think you mean:
unless (param($neg)) { # or if (!param($neg)) {

-Blake

  • Comment on Re: Re: testing for the zero length string (blank value) in cgi fields
  • Download Code