FPS-ROGER Ramjet
XXXXXXXXXXXXXXXX   Sydney, New South Wales, Australia
 
 
#!/sbin/perl
#Declare variables
@my me;
@my you;

#Main Program
if($me > $you){
print "I am so much better than you! \n";
}else{
print "I am still so much better than you! \n";
}

end perl.
Currently Offline