Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    if ($e=~ m/.*?[x]$/) { print "matched\n"; }
    
    print "success with $e\n";
    
  2. or download this
    % ./test.pl
    yep, is UTF8
    Malformed UTF-8 character (fatal) at ./test.pl line 17.