in reply to Trouble Getting Local Variable $_ to return reformatted string

You may also want to look into how to restrict user input using Embperl::Form::Validate or equivalent. Remember there are suprisingly many good tools out there.
[ [ -key => 'lang', -name => 'Language' required => 1, length_max => 5, ], [ -key => 'from', -type => 'EMail', emptyok => 1, ], -key => ['foo', 'bar'] required => 1, ]
--
print map{chr}unpack(q{A3}x24,q{074117115116032097110111116104101114032080101114108032104097099107101114})
  • Comment on Re: Trouble Getting Local Variable $_ to return reformatted string
  • Download Code