annotate _test/temp.pl @ 381:ced5937ff21a

Custom getters/setters support method names in theirs definitions Initial support for localizable labels in DOM schemas
author cin
date Wed, 22 Jan 2014 16:56:10 +0400
parents d5c8b955bf8d
children 212cc86e470b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
210
6adaeb86945d added IMPL::Web::AutoLocator
sergey
parents: 209
diff changeset
1 #!/usr/bin/perl
6adaeb86945d added IMPL::Web::AutoLocator
sergey
parents: 209
diff changeset
2 use strict;
381
ced5937ff21a Custom getters/setters support method names in theirs definitions
cin
parents: 371
diff changeset
3 use Scalar::Util qw(looks_like_number);
ced5937ff21a Custom getters/setters support method names in theirs definitions
cin
parents: 371
diff changeset
4 print looks_like_number(0);
210
6adaeb86945d added IMPL::Web::AutoLocator
sergey
parents: 209
diff changeset
5