Business-RO-CNP
view release on metacpan or search on metacpan
lib/Business/RO/CNP.pm view on Meta::CPAN
print $cnp->sex_id;
=head2 birthday
This method returns a L<DateTime|DateTime> object that holds the birth day of the person so you can call any DateTime methods on it.
print $cnp->birthday;
print $cnp->birthday->ymd;
print $cnp->birthday->strftime('%d %m %y');
print $cnp->birthday->set_locale('ro')->month_name;
Check the L<DateTime|DateTime> module for finding out what methods you can use with this object.
=head2 county
This method returns the county where the person was born or where he received the CNP.
print $cnp->county;
=head2 county_id
( run in 0.731 second using v1.01-cache-2.11-cpan-ceb78f64989 )