in reply to Re^2: 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

&ReadParse(*input);??? You should never use that

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

Replies are listed 'Best First'.
Re^4: To call a .pl file when a button is pressed on a GUI created using Perl CGI
by pratibha.blr (Initiate) on Sep 24, 2013 at 13:37 UTC
    OKK. So what shall I use instead of that?

      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

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