Anybody found any?
Announcement
Collapse
No announcement yet.
Actinic Easter Eggs
Collapse
X
-
I worked with someone at an old company who would put expletives in their Perl scripts comments such as "workaround for ****** server settings" lol it made for amusing reading.
Mike
(trying desperately hard to remember stuff that was more than a week ago).
OK. 'netnanny' = 'cybersitter'. Close enough.-----------------------------------------
First Tackle - Fly Fishing and Game Angling
-----------------------------------------
Comment
-
# check to see if CYBERsitter is mangling our code
#
my $bCyberSitter = $GOOD;
#
# The following line contains text that would usually be detected by network filters
# The use of 'bad language' is necessary here to trigger the filter
#
my $nSum = unpack('%32C*', "sexy f*ck");
if ($nSum != 914)
{
$bCyberSitter = $BAD;
$sMessage .= "It appears as if CyberSitter or some other network filter is mangling the CGI scripts.\r\n";
}
Comment
Comment