View Single Post
Old 04-01-2007, 11:36 PM  
tommy gun
Registered User
 
Join Date: Apr 2007
Posts: 13
I like the perl version:

Code:
print "please paypal $100";
my $deposit = <STDIN>;
if ($deposit == 100) {
    do_work();
}

Last edited by tommy gun; 04-01-2007 at 11:37 PM..
tommy gun is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote