Help for this page

Select Code to Download


  1. or download this
    perl -le 'x($y[1]);sub x{$_[0]=1;print $c++,": $_" for @y}'
    0: 
    1: 1
    
  2. or download this
    perl -le '$c = $y[10]; x($y[1]);sub x{$_[0]=1;print $c++,": $_" for @y
    +}'
    0: 
    1: 1