Help for this page

Select Code to Download


  1. or download this
    my @search_list = qw( Perl PHP Ruby );
    my $search_str = join( "|", @search_list );
    ...
    
        $check = $_;
    }
    
  2. or download this
    $_ =~ m/sometext/;