Help for this page

Select Code to Download


  1. or download this
    
    my @matches;
    ...
    if (scalar(@matches) >= 3) {
       print "Needed = $matches[2].\n";
    }