Well, as a beginner with per I have been fascinated with the "Just
another perl hacker" program or signature. So, I decided to make my
own. Granted, I am just a beginner so my version is fairly simple. All
I did was make each letter of the phrase and independent variable.
Still, it is fun to see people's reaction when I use it on my email
signature.
Here it is:
#!/usr/bin/perl
$J ="J" ;
$U ="u" ;
$S ="s" ;
$T ="t" ;
$A ="a" ;
$N ="n" ;
$O ="o" ;
$T ="t" ;
$H ="h" ;
$E ="e" ;
$R ="r" ;
$P ="P" ;
$E ="e" ;
$R ="r" ;
$L ="l" ;
$H ="h" ;
$A ="a" ;
$C ="c" ;
$K ="k" ;
$E ="e" ;
$R ="r" ;
$, ="," ;
print "$J$U$S$T $A$N$O$T$H$E$R $P$E$R$L $H$A$C$K$E$R $,\n" ;