inserting a perl/cgi form call

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default inserting a perl/cgi form call

    I'm using MX with the Perl Support, V1.0 extension installed, and I'm trying to
    create a form object (submit) that calls my perl/cgi as a form action without
    manually going into edit the html code. Shouldn't this be an INSERT --> FORM
    feature?

    is there a good tutorial on integrating perl/cgi into MX?

    thanks in advance,
    steve

    ryanik Guest

  2. Similar Questions and Discussions

    1. call one perl script within another
      How Can I call a perl script within my main script If I do $response=`perl $somescript $args`; This will call a new perl process, and may be...
    2. inserting into multiple rows with one call
      I have had considerable trouble adding multiple rows into a MSSQL7 database. I have tried looping through an array to create the SQL string,...
    3. PLJava - Perl embeded into Java (calling Perl from Java) - 1sr release - call for tests and review, please.
      Recently on perlmonks.com I have posted a prototype of Perl embeded into Java (#372197="Embeding Perl into Java to use CPAN modules directly from...
    4. Inserting CLOBS into Oracle using perl
      Hi everyone. I trying to write a perl script that will insert data from a text file into Oracle. The database contains a few clob fields which...
    5. How to call perl function from PHP
      I have a function writen in Perl that takes a name-value list (array) as argument and returns a name-value list (array). My question is: How to...
  3. #2

    Default Re: inserting a perl/cgi form call

    Hi,

    Your ISP should be able to assist you.

    Andre
    Andreroux 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