Code: Select all
#!/usr/bin/perl
$code1 = crypt("plastikracing.net","0Q");
$code2 = crypt("www.plastikracing.net","0Q");
print "$code1";
print "$code2";Moderator: General Moderators
Code: Select all
#!/usr/bin/perl
$code1 = crypt("plastikracing.net","0Q");
$code2 = crypt("www.plastikracing.net","0Q");
print "$code1";
print "$code2";