Mercurial > pub > Impl
view _test/temp.pl @ 391:2287c72f303a
code cleanup
author | cin |
---|---|
date | Thu, 13 Feb 2014 20:17:22 +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);