Help for this page

Select Code to Download


  1. or download this
    if ( ( my $position = index $page, "word" ) >= 0 ) {
        print "Found at $position.\n";
    }