Help for this page

Select Code to Download


  1. or download this
    if(exists($final->{$x[$i]})){
        print "second\n";
    ...
        print "first\n";
        $final->{$x[$i]} = ($final->{$x[$i]}, $f);    
        }
    
  2. or download this
    c:\@Work\Perl>perl -wMstrict -MData::Dumper -le
    "my $final = { qw(a 1  b 2  c 3), d => [ 9, 8, 7 ] };
    ...
                       7
                     ]
            };