Cool/useful short examples of Perl?

Ruud H.G. van Tol rvtol at isolution.nl
Thu Jun 9 00:08:08 BST 2011


On 30 May 2011 11:40, Leo Lapworth<leo at cuckoo.org>  wrote:

> I'm working on http://learn.perl.org/ and I'd like to have a few rotating
> example of what can be done with Perl on the home page.


     # see also perlvar: $BASETIME
     { my $t0 = time; sub elapsed { time - $t0 } }

-- 
Ruud


More information about the london.pm mailing list