Help for this page

Select Code to Download


  1. or download this
    perl -wMstrict -E 'print for grep /adam/, <>' /usr/share/dict/words
    
  2. or download this
    use warnings;
    use strict;
    ...
            print $line;
        }
    }