ABC words: Difference between revisions

Content added Content deleted
m (→‎{{header|REXX}}: changed a comment, changed wording in the REXX section header.)
Line 395: Line 395:
tablecloth
tablecloth
</pre>
</pre>

=={{header|Perl}}==
Outputs same 55 words everyone else finds.
<lang perl>#!/usr/bin/perl

@ARGV = 'unixdict.txt';
print grep /^[^bc]*a[^c]*b.*c/, <>;</lang>


=={{header|Phix}}==
=={{header|Phix}}==