http://www.perlmonks.org?node_id=951612


in reply to Re^3: Dynamic Validation messages in PERL Script
in thread Dynamic Validation messages in PERL Script

Thanks for your reply!!!!. I got resolved the above issue by placing the required perl module in perl path and specificed the path in myperlfile.pl

I got another error i.e Undefined subroutine &main::getDate

My code line corresponding to the above error is my ($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst,$century,$amon,$aday) = &getDate;

Can anyone suggest me how to resolve the above undefined error..Thanks in advance!!!

Regards Ramakanth

  • Comment on Re^4: Dynamic Validation messages in PERL Script