Help for this page

Select Code to Download


  1. or download this
    GI::param called in list context from package CGI::Session line 364, t
    +his can lead to vulnerabilities. See the warning in "Fetching the val
    +ue or values of a single named parameter" at /Users/XXXXXX/perl5/perl
    +brew/perls/perl-5.10.1/lib/5.10.1/CGI.pm line 425., referer: http://c
    +ismun.local/cgi-bin/register.cgi
    
  2. or download this
    sub register_delegate{
    
    ...
    
      return $self->tt_process('dlg_register.tt',\%ret_params);
    }
    
  3. or download this
    $session->save_param($query->param('s_addr')) or die $!;;
  4. or download this
    $session->save_param(scalar $query->param('s_addr')) or die $!;