Mercurial > pub > Impl
view _test/temp.pl @ 388:648dfaf642e0
DOM refactoring,
removed inflators from DOM Schema,
DOM validation - in progress
author | cin |
---|---|
date | Tue, 11 Feb 2014 20:22:01 +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);