Help for this page

Select Code to Download


  1. or download this
    if(grep defined, @line{@{$new{a}}}) #need this condition
    
  2. or download this
    my $seen = 0;
    for my $val (  @{$new{a}} ) {
    ...
    } else {
        do something
    }