in reply to Perl Golf Challenge.

Hahahahaha. tantarbobus++. I just love crap like this. Never fails to amuse.

Length of employment1 month
DescriptionI require a perl/DBI programmer to create a script for my community site at http://www.howtomasterthegolfirons.com that incorporates all the features of myspace.com and youtube.com

-David.

Replies are listed 'Best First'.
Re^2: Perl Golf Challenge.
by tadman (Prior) on Mar 28, 2007 at 02:06 UTC
    use MySpace; my $ms = MySpace->new(); print $ms->response();

      Almost good, but the interface is still too complicated for laymen. Let's apply the Foo::Simple methodology, and make it

      use MySpace::Simple; pageprint;