Help for this page

Select Code to Download


  1. or download this
      my %h = map { ( split /=/, $_, 2 ) } split /,/;
    
  2. or download this
    print "$h{'msgagt'}\n" if exists $h{'msgagt'};