Anybody knows NTsendmail and Perl???

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve

    Anybody knows NTsendmail and Perl???

    Hi,

    I'd like to know if anybody knows NTsendmail and how I can add variable that
    point to a textarea defined in a HTML? I can run it now but it shows the
    example text defined in ntsendmail.pl file. I'd like to replace that message
    with the content of a textarea of a HTML file.

    Thanks in advance.

    Steve Amirault


  • Joe Smith

    #2
    Re: Anybody knows NTsendmail and Perl???

    Steve wrote:
    [color=blue]
    > how I can add variable that
    > point to a textarea defined in a HTML? I can run it now but it shows the
    > example text defined in ntsendmail.pl file. I'd like to replace that message
    > with the content of a textarea of a HTML file.[/color]

    1) Write a simple perl script using CGI.pm to demonstrate that you can
    receive a textarea submission and simply display it to the browser.

    2) Either copy the simple script to be inside ntsendmail.pl, or copy
    the program logic from ntsendmail.pl to your CGI script.

    3) Post to comp.lang.perl. misc (not comp.lang.perl) for further assistance.
    Be sure to show that you've some effort into solving this problem by
    including working or semi-working code in the post.

    -Joe

    Comment

    • Steve

      #3
      Re: Anybody knows NTsendmail and Perl???

      Thanks for replying Joe, I'll take note of all this and try this out.

      Steve


      "Joe Smith" <Joe.Smith@inwa p.com> a écrit dans le message de
      news:lo1mc.2669 8$_41.1986140@a ttbi_s02...[color=blue]
      > Steve wrote:
      >[color=green]
      > > how I can add variable that
      > > point to a textarea defined in a HTML? I can run it now but it shows the
      > > example text defined in ntsendmail.pl file. I'd like to replace that[/color][/color]
      message[color=blue][color=green]
      > > with the content of a textarea of a HTML file.[/color]
      >
      > 1) Write a simple perl script using CGI.pm to demonstrate that you can
      > receive a textarea submission and simply display it to the browser.
      >
      > 2) Either copy the simple script to be inside ntsendmail.pl, or copy
      > the program logic from ntsendmail.pl to your CGI script.
      >
      > 3) Post to comp.lang.perl. misc (not comp.lang.perl) for further[/color]
      assistance.[color=blue]
      > Be sure to show that you've some effort into solving this problem by
      > including working or semi-working code in the post.
      >
      > -Joe[/color]


      Comment

      Working...