1 |-|0p3 yuo d00dz 1ik3 17!

#!/lusr/bin/perl use warnings; use strict; print "File to make l337?\n!!!"; my $file=<STDIN>; open (FILE, "<$file") || die "Couldn't find the file, sorry: $!\n"; open (LEET, ">leeted.txt") || die "Couldn't create file: $!"; while (<FILE>) { s/e/3/ig; s/t/7/ig; s/h/|-|/ig; s/i/1/ig; s/l/1/ig; s/a/4/ig; s/s/5/ig; s/o/0/ig; print LEET; } close FILE; close LEET;


4ny h31p w17h teh tr4n514710n 45p3c75 w0u1d b3 4ppr3c14t3d, 4s w0u1d 4ny 5ugg35710n5.

#############################################
print "Just another iconoclastic Perl hacker";

In reply to English to h4x0r translator by Trag

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.