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

Now you know where to start debugging, you should investigate what wlErrorPage does, or why it behaves differently on the two servers. I advised you to read quite a few links, please do so. Also post formatting guidelines are displayed when you compose and again when you preview a post, please don't ignore them.

Replies are listed 'Best First'.
Re^4: Dynamic Validation messages in PERL Script
by burra_ramakanth (Initiate) on Feb 03, 2012 at 07:11 UTC

    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