Help for this page

Select Code to Download


  1. or download this
    @hash{ grep( !defined($hash{$_}), @mips) } = (999) x @mips;
    
  2. or download this
    @new{@mips}=map(($hash{$_}||999),@mips);