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


in reply to Re^4: To call a .pl file when a button is pressed on a GUI created using Perl CGI
in thread To call a .pl file when a button is pressed on a GUI created using Perl CGI

OKK. So what shall I use instead of that?

You're already using it  my $cgi_obj   = new CGI();

but you're not using anything created by ReadParse :)

  • Comment on Re^5: To call a .pl file when a button is pressed on a GUI created using Perl CGI
  • Download Code