Help for this page

Select Code to Download


  1. or download this
    my @list = (@lines);
    $array_element = 0;
    ...
    }
    my @out = uniq @arr1;
    print "this is @out";