Help for this page

Select Code to Download


  1. or download this
    map { s/\</\&lt\;/g; s/\>/\&gt\;/g } values %$h_vars;
    
  2. or download this
     s/\</\&lt\;/g, s/\>/\&gt\;/g for values %$h_vars;