Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    my $test = "État";
    my $test2 = "É";
    if ($test =~ /$test2/) {print "$test matches $test2\n"} else {print "d
    +oes not matches\n"}