Help for this page

Select Code to Download


  1. or download this
     map {$_ = "-$_"} values %abc;
    
  2. or download this
     $_ = "-$_" for values %abc;