Hi All,
Thanks for the replies. I have the below code for getting the branch path where I am getting the brach path as empty value. I am executing the below perl script by a custom menu item link after navigating to a particular branch. We are sure that the perl script is getting triggered via the custom menu link. Is there any other issue you my think in the below code?
Thanks!
CGI::ReadParse();
$page = new CGI;
my $branch= $page->param('branch');