in reply to Re: Perl Golf Challenge.
in thread Perl Golf Challenge.

use MySpace; my $ms = MySpace->new(); print $ms->response();

Replies are listed 'Best First'.
Re^3: Perl Golf Challenge.
by ambrus (Abbot) on Mar 28, 2007 at 13:04 UTC

    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;