Mercurial > pub > Impl
view _test/temp.pl @ 390:de1f875e8875
added reverse matching lookup to TypeKeyedCollection (find closest descendant)
author | cin |
---|---|
date | Wed, 12 Feb 2014 18:02:03 +0400 |
parents | ced5937ff21a |
children | 212cc86e470b |
line wrap: on
line source
#!/usr/bin/perl use strict; use Scalar::Util qw(looks_like_number); print looks_like_number(0);