Jump to content

ABC words: Difference between revisions

m (→‎{{header|REXX}}: changed a comment, changed wording in the REXX section header.)
Line 395:
tablecloth
</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}}==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.