Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Larry Wall Quote

Status
Not open for further replies.

vcherubini

Programmer
May 29, 2000
527
US
Has anyone seen this quote by Larry Wall?

It's written in Perl.

Copy and paste it and save it as something like quote.pl and run it. See what it says. Pretty funny. Its on the back of a shirt at
#!usr/bin/perl
@a=(Lbzjoftt, Inqbujfodf, Hvcsjt);
$b="Lbssz Wbmm";
$b =~ y/b-z/a-z/;
$c =" Tif ". @a ." hsfbu wj" . "suvft pg b qsphsbnnfs" . ":\n";$c =~y/b-y/a-z/;
print"\n\n$c ";
for($i=0; $i<@a; $i++) {
$a[$i] =~y/b-y/a-z/;

if($a[$i] eq $a[-1]) {
print &quot;and $a[$i].&quot;;
} else {
print &quot;$a[$i], &quot;;
}
}
print &quot;\n\t\t--$b\n\n&quot;;


while(<>) {

exit;

}

On the front of the shirt is the shebang line.

Its pretty cool.


Just thought that I would like to throw that in there.

-Vic [sig]<p>vic cherubini<br><a href=mailto:malice365@hotmail.com>malice365@hotmail.com</a><br><a href= software</a><br>====<br>
Knows: Perl, HTML, JavScript, C/C++, PHP, Flash, Director<br>
Wants to Know: Java, Cold Fusion, Tcl/TK<br>
====[/sig]
 
<grin> like it [sig]<p>Mike<br><a href=mailto:michael.j.lacey@ntlworld.com>michael.j.lacey@ntlworld.com</a><br><a href= Cargill's Corporate Web Site</a><br>Making mistakes, so you don't have to. &lt;grin&gt;[/sig]
 
It says:

&quot;The three great virtues of a programmer:
Laziness, Impatience, and Hubris.
-- Larry Wall&quot;

[sig]<p>vic cherubini<br><a href=mailto:malice365@hotmail.com>malice365@hotmail.com</a><br><a href= software</a><br>====<br>
Knows: Perl, HTML, JavScript, C/C++, PHP, Flash, Director<br>
Wants to Know: Java, Cold Fusion, Tcl/TK<br>
====[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top