in reply to
Re^2: Date function
in thread
Date function
if (grep { $month == $_ } (1,3,5,7,8,10,12)) {
Comment on
Re^3: Date function
Download
Code
In Section
Seekers of Perl Wisdom