in reply to Re^3: 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?
  • Comment on Re^4: To call a .pl file when a button is pressed on a GUI created using Perl CGI

Replies are listed 'Best First'.
Re^5: To call a .pl file when a button is pressed on a GUI created using Perl CGI
by Anonymous Monk on Sep 24, 2013 at 13:44 UTC

    OKK. So what shall I use instead of that?

    What do you think that code does? Where do you make use of it?

    Also,
    Use:  <p> text here (a paragraph) </p>
    and:  <code> code here </code>
    to format your post; it's "PerlMonks-approved HTML":

      I have updated my code in required format

        As far as I know ReadParse will read the if any value if passed when a button etc is pressed

Re^5: To call a .pl file when a button is pressed on a GUI created using Perl CGI
by Anonymous Monk on Sep 25, 2013 at 00:13 UTC

    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 :)