Help for this page

Select Code to Download


  1. or download this
    my @map = 
      map { $_->{'username'} eq $cgi->param('username') ? $_ : () } @{%{$x
    +ml}->{'user'}};
    
  2. or download this
    my @grep = grep { $_->{'username'} eq $cgi->param('username') } @{%{$x
    +ml}->{'user'}};