execution of script from button

Ask a Question related to PERL Miscellaneous, Design and Development.

  1. #1

    Default execution of script from button

    Hi all:
    I am a newbie in terms of PERL.

    Here's what i want to do. I ahve a HTML page that has a button on it.
    I want a user to click on that button, and when he does that, I just
    want a simple unix sh script to be executed on a unix box.

    What is the easiest way to do this?

    Thanks,
    Bharat
    Bharat Guest

  2. Similar Questions and Discussions

    1. Back Button and code execution
      Hi, I have a web form accounting app. In certain instances it causes trouble if the user clicks the Back button. I've read several posts that...
    2. timing a script execution
      Can someone plase help me? I've got a database of links. And I need to regularly check, whether these links are valid or no. In addition, I need to...
    3. <img> tag ASP script execution
      I have an asp page that contains a simple insert statement and redirect i.e.: Page1.asp <%oconn.execute "insert into table 1 values(1)"...
    4. [PHP] Script Execution Time
      Petya A Shushpanov <mailto:shpa@eastof.ru> on Monday, July 28, 2003 3:41 PM said: You could one up this class by creating another method that...
    5. Script Execution Time
      Could someone pass on a snippet, a function or a technique for measuring script times. It appears the host I am with is having some PHP engine...
  3. #2

    Default Re: execution of script from button

    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA1

    On Thu, 11 Sep 2003 10:42:21 -0700, Bharat wrote:
    > Hi all:
    > I am a newbie in terms of PERL.
    >
    > Here's what i want to do. I ahve a HTML page that has a button on it.
    > I want a user to click on that button, and when he does that, I just
    > want a simple unix sh script to be executed on a unix box.
    >
    > What is the easiest way to do this?
    Um, the only reference to perl here is that you are new to it. I don't see
    where perl fits into your problem: "HTML -> sh script". Try a general CGI
    list.

    - Brian
    -----BEGIN PGP SIGNATURE-----
    Version: GnuPG v1.2.2 (GNU/Linux)

    iD8DBQE/YLUHiK/rA3tCpFYRAtMMAKCbCjBowcDxjh1j7749RokQudyijgCePYRK
    An39fpTqTSWHxmORe7f9qtg=
    =ZDHJ
    -----END PGP SIGNATURE-----

    Brian Harnish Guest

  4. #3

    Default Re: execution of script from button

    Bharat wrote:
    > Hi all:
    > I am a newbie in terms of PERL.
    >
    > Here's what i want to do. I ahve a HTML page that has a button on it.
    > I want a user to click on that button, and when he does that, I just
    > want a simple unix sh script to be executed on a unix box.
    >
    > What is the easiest way to do this?
    >
    > Thanks,
    > Bharat
    $ perldoc CGI

    --
    Kind regards, feel free to mail: mail(at)johnbokma.com (or reply)
    virtual home: [url]http://johnbokma.com/[/url] ICQ: 218175426
    John web site hints: [url]http://johnbokma.com/websitedesign/[/url]

    John Bokma Guest

  5. #4

    Default Re: execution of script from button

    In article <cdc9faa1.0309110942.4712c65a@posting.google.com >,
    Bharat <bxg018400@yahoo.com> wrote:

    : [...]
    :
    : What is the easiest way to do this?

    You'll get better answers in comp.infosystems.[url]www.authoring.cgi[/url].

    Greg
    --
    Freedom needs courageous individuals who are willing to stand apart from
    the mob, and state an unconventional truth.
    -- Lew Rockwell
    Greg Bacon Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139