in reply to Re: Securing HTML query strings
in thread Securing HTML query strings

I have read the article, it is very good.
I am not sure how helpful using any CGI modules are to me. I process the elements from the form using the code;
my $form_element = $ARGS{form_element};
not
my $form_element = $query->param("form_element"); (as is the case when using CGI).
Is there any other modules that do something simular not relating to CGI?

Replies are listed 'Best First'.
Re^3: Securing HTML query strings
by Lawliet (Curate) on Aug 16, 2008 at 20:40 UTC

    Yes, HTML::Entities. I just grouped it with the getting of the parameter (it is not limited to CGI forms).

    I'm so adjective, I verb nouns!

    chomp; # nom nom nom

      Just tried it out, and it works great!
      Thank you very much.

        ;D

        I'm so adjective, I verb nouns!

        chomp; # nom nom nom