Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      print "ends with x and optional y or z\n" if /x(y|z)?$/;
    }
    close (FILE);
    
  2. or download this
    flee
    flex
    
  3. or download this
    --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