Help for this page

Select Code to Download


  1. or download this
    if ( grep /n/, @array ) {
        print "\@array has some elements that contain 'n'.\n";
    ...
        print "\@array does not have 'n' in any elements.\n";
        }