Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
      (?{ print "@{$^R}" })      # print the words (with spaces)
      (?!)                       # fail (cause everything to backtrack)
    }x;