Help for this page

Select Code to Download


  1. or download this
    @a=(1,2,3);
    @a_plus_1 = map { $_ + 1 } @a;
    
  2. or download this
    perl -d -e 1
    Loading DB routines from perl5db.pl version 1.28
    ...
      DB<2> print $h{1}
    2