view _test/temp.pl @ 382:99ac2e19c0cc

Implemented a strings map for a DOM schema
author sergey
date Thu, 23 Jan 2014 02:35:28 +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);