- or download this
if( $title =~ /$searchString/ ) { $uiFound = 1 }
last if ( $uiFound >= 1 );
- or download this
sub ConfirmUI {
my $searchString = shift;
...
}
return( $uiFound );
}
- or download this
sub ConfirmUI {
my $searchString = shift;
...
}
return 0;
}