what is wrong in this script?...thanks

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

  1. #1

    Default what is wrong in this script?...thanks

    I cant connect this script with my HTML-form. This is my first time im
    working with PERL. I have upload the script with 755 and in the form
    action my URL/wingreg.pl. When i push on the Ok-button i get always
    "the method POST is not allowed for the URL/...(code 405)

    configuration=
    path=#!/usr/bin/perl
    $sendmail=/usr/sbin/perl -f ...\@mydomain.web
    I change the configuration of the errored questions.($request)
    and the subroutine SEND_FORM in xhtml-form.
    I dont know what i have to change more about this script and maybe thats the
    question.
    my website is [url]www.endlesscam.nl[/url]

    Thank you for all the people who wants to help me.


    endlesscam Guest

  2. Similar Questions and Discussions

    1. What's wrong with that script
      Hello, I made a slide show of pictures... I made a button to go to the next picture, and another to the previous picture I made a little script...
    2. What is wrong with my script?
      <?php $lines = file('http://tibia.4players.de/statistics/?subtopic=whoisonline&world=Nova') ; $charname = $_POST; for ($i=0;...
    3. What is wrong with this script?
      What is wrong with this? I want the sprite I drop this on to change. on mouseEnter me member(me).color=rgb(123, 172, 270) end mouseEnter ...
    4. What's wrong with this script?
      Try saying: go to frame link take out the () "Frank_S" <webforumsuser@macromedia.com> wrote in message...
    5. what wrong with this PHP script ?
      Hi there I've created abd uploaded this basic PHP script: <html> <head> <title>PHP Test</title> </head> <body> <H1 align="center">
  3. #2

    Default what is wrong in this script?...thanks

    I cant connect this script with my HTML-form. This is my first time im
    working with PERL. I have upload the script with 755 and in the form
    action my URL/wingreg.pl. When i push on the Ok-button i get always
    "the method POST is not allowed for the URL/...(code 405)

    configuration=
    path=#!/usr/bin/perl
    $sendmail=/usr/sbin/perl -f ...\@mydomain.web
    I change the configuration of the errored questions.($request)
    and the subroutine SEND_FORM in xhtml-form.
    I dont know what i have to change more about this script and maybe thats the
    question.
    my website is [url]www.endlesscam.nl[/url]

    Thank you for all the people who wants to help me.


    endlesscam Guest

  4. #3

    Default what is wrong in this script?...thanks

    I cant connect this script with my HTML-form. This is my first time im
    working with PERL. I have upload the script with 755 and in the form
    action my URL/wingreg.pl. When i push on the Ok-button i get always
    "the method POST is not allowed for the URL/...(code 405)

    configuration=
    path=#!/usr/bin/perl
    $sendmail=/usr/sbin/perl -f ...\@mydomain.web
    I change the configuration of the errored questions.($request)
    and the subroutine SEND_FORM in xhtml-form.
    I dont know what i have to change more about this script and maybe thats the
    question.
    my website is [url]www.endlesscam.nl[/url]

    Thank you for all the people who wants to help me.


    endlesscam Guest

  5. #4

    Default Re: what is wrong in this script?...thanks

    endlesscam wrote:
    > I cant connect this script with my HTML-form. This is my first time
    > im working with PERL.
    If you want to learn Perl programming, asking detailed questions here
    is not a good way to start. This is a much better starting-point:

    [url]http://learn.perl.org/[/url]

    If you have problems with installing somebody else's CGI script, you
    should consult the script's documentation at first hand, and then ask
    the script's author if necessary.

    This group is discussing the Perl programming language. CGI is
    something else. If you you want to bring up a CGI specific problem for
    discussion, comp.infosystems.[url]www.authoring.cgi[/url] is a more suitable
    Usenet group.

    Hope that helps.

    --
    Gunnar Hjalmarsson
    Email: [url]http://www.gunnar.cc/cgi-bin/contact.pl[/url]

    Gunnar Hjalmarsson 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