Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
        $i == $#A ? $i = -1 : $i == -$#A-1 ? $i = 0 :  $i < 0 ? $i-- : $i+
    ++;
    }
    dd %h;