Help for this page
#!/usr/bin/perl ... print "ends with x and optional y or z\n" if /x(y|z)?$/; } close (FILE);
flee flex
--flee-- --flex-- Wide character (U+FFFD) in pattern match (m//) at ./fmin line 14, <FIL +E> line 2. ends with x and optional y or z