Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > Help with Perl Script

Reply
Thread Tools

Help with Perl Script

 
 
Robert
Guest
Posts: n/a
 
      07-07-2003
Any help on this would be great since its a free script there is no support.
I have a website on a win2k server running MSFP 2002 extensions. The script
should create a html file on the fly but it won't. The script is one of
those post card scripts that sends an e-mail and a link to the card. All
works fine except for the card creation. The e-mail it sends contains a link
but when clicked you get the 404 error.
Anybody PLEASE HELP
Robert


 
Reply With Quote
 
 
 
 
James E Keenan
Guest
Posts: n/a
 
      07-07-2003

"Robert" <> wrote in message
news:ConOa.184174$. com...
> Any help on this would be great since its a free script there is no

support.
> I have a website on a win2k server running MSFP 2002 extensions. The

script
> should create a html file on the fly but it won't. The script is one of
> those post card scripts that sends an e-mail and a link to the card. All
> works fine except for the card creation. The e-mail it sends contains a

link
> but when clicked you get the 404 error.
> Anybody PLEASE HELP
> Robert
>
>

Please study the Posting Guidelines for this Usenet news group before
posting:
http://groups.google.com/groups?q=Po...p.lang.perl.mi
sc+group:comp.lang.perl.misc&hl=en&lr=&ie=UTF-8&group=comp.lang.perl.misc&sa
fe=off&scoring=d&selm=kbCdnWZGuuE_bWajRTvU2Q%40aug ust.net&rnum=4


 
Reply With Quote
 
 
 
 
Jürgen Exner
Guest
Posts: n/a
 
      07-08-2003
You may want to choose a better subject. If you are posting in this NG then
it better is a posting about Perl or a Perl script. And most of the postings
here are requests for help.

So you just missed the one most important chance of getting someones
attention.

Robert wrote:
> Any help on this would be great since its a free script there is no
> support. I have a website on a win2k server running MSFP 2002
> extensions. The script should create a html file on the fly but it
> won't. The script is one of those post card scripts that sends an
> e-mail and a link to the card. All works fine except for the card
> creation.


Well, then I guess you need to check the "card creation" subroutine.
Did you see the syntax error on line 42?

> The e-mail it sends contains a link but when clicked you
> get the 404 error. Anybody PLEASE HELP


Maybe "perldoc -q 500" might help you fixing it.

jue


 
Reply With Quote
 
Helgi Briem
Guest
Posts: n/a
 
      07-08-2003
On Mon, 07 Jul 2003 23:30:42 GMT, "Robert" <> wrote:

>Any help on this would be great since its a free script there is no support.
>I have a website on a win2k server running MSFP 2002 extensions. The script
>should create a html file on the fly but it won't. The script is one of
>those post card scripts that sends an e-mail and a link to the card. All
>works fine except for the card creation. The e-mail it sends contains a link
>but when clicked you get the 404 error.


Your veeblefetzer may have developed a winkle
in its frobnitzer.
 
Reply With Quote
 
Michael Budash
Guest
Posts: n/a
 
      07-08-2003
In article <>,
(Helgi Briem) wrote:

> On Mon, 07 Jul 2003 23:30:42 GMT, "Robert" <> wrote:
>
> >Any help on this would be great since its a free script there is no support.
> >I have a website on a win2k server running MSFP 2002 extensions. The script
> >should create a html file on the fly but it won't. The script is one of
> >those post card scripts that sends an e-mail and a link to the card. All
> >works fine except for the card creation. The e-mail it sends contains a link
> >but when clicked you get the 404 error.

>
> Your veeblefetzer may have developed a winkle
> in its frobnitzer.


uh-oh... here we go again with "Robert"'s (the o.p) snappy comebacks...
sure glad _i_ killfiled him!

--
Michael Budash
 
Reply With Quote
 
William Alexander Segraves
Guest
Posts: n/a
 
      07-08-2003
"Robert" <> wrote in message
news:ConOa.184174$. com...
> Any help on this would be great since its a free script there is no

support.
> I have a website on a win2k server running MSFP 2002 extensions. The

script
> should create a html file on the fly but it won't. The script is one of
> those post card scripts that sends an e-mail and a link to the card. All
> works fine except for the card creation. The e-mail it sends contains a

link
> but when clicked you get the 404 error.
> Anybody PLEASE HELP
> Robert


Robert,

One of the reasons you haven't succeeded in finding help is that you've
shown no evidence of what you've tried and what didn't work. I'm providing
information below, which, if accurate for your situation, is information you
could have provided in your first posting, thereby avaoiding a lot of wasted
bandwidth and aggravation.

"Help with Perl Script" and "... but it won't" are not diagnoses that would
get you anywhere, even with a Google or Google Groups search.

I tried a Google Groups search and found a likely candidate for what you're
trying to do, which if I'm correct, is a laudable pursuit.

http://www.falconbrigade.com/card.html

Is that yours?

Having found there (from the source) that card.cgi is the script, I did a
Google search for "perl postcard script card.cgi" and found, among others,

http://bignosebird.com/carchive/cardcgi.shtml

Now, I've looked at the Script and Readme Files' links on the above-cited
page. If "CARD.CGI: A Virtual Greeting Card Server Script" is the script
with which you're having trouble, I'd suggest you read the posting
guidelines first, and then ask questions that are compliant with said
guidelines.

You may wish to pop a nice pill before you ask again. Please keep in mind
that what you write will be inscribed on the Google archives, always ready
to show anyone who inquires about you information you might prefer was not
available.

Good luck with your postcard script.

Cheers.

Bill Segraves



 
Reply With Quote
 
William Alexander Segraves
Guest
Posts: n/a
 
      07-09-2003
"William Alexander Segraves" <> wrote in message
news:befhd9$lg2$...
> "Robert" <> wrote in message
> news:ConOa.184174$. com...
> > Any help on this would be great since its a free script there is no

> support.
> > I have a website on a win2k server running MSFP 2002 extensions. The

> script
> > should create a html file on the fly but it won't. The script is one of
> > those post card scripts that sends an e-mail and a link to the card. All
> > works fine except for the card creation. The e-mail it sends contains a

> link
> > but when clicked you get the 404 error.
> > Anybody PLEASE HELP
> > Robert

<snip>
> http://www.falconbrigade.com/card.html
>
> Is that yours?
>


Never mind. The above site likely has the same problem you're having. I
tried the script there, receiving an E-mail with the link

http://falconbrigade.com/cards/jul9-728801936.html

I get "HTTP 404 - File not found", same as you did. This does not
necessarily mean the file is not being generated; but rather it might
indicate the subdirectory "cards" is not in the correct location or does not
have correct permissions, i.e., same as those of the directory that contains
your HTML.

Note that this is not a Perl problem, which might explain why you found
little or no interest here. If you'd like to create a subdirectory "cards"
in the directory that contains your HTML (same directory path as card.html)
and put the above card in it, I'd be glad to check the link from the E-mail
I've already received.

IMO, it's even a stretch to call it a CGI problem. Regardless, I'd suggest
you move this (civil) thread over to comp.infosystems.www.authoring.cgi,
where you'll likely find help with configuring your script.

Cheers!

Bill Segraves




 
Reply With Quote
 
Sara
Guest
Posts: n/a
 
      07-09-2003
..
 
Reply With Quote
 
Helgi Briem
Guest
Posts: n/a
 
      07-10-2003
On Wed, 9 Jul 2003 11:32:53 -0500, "William Alexander Segraves"
<> wrote:

>Let's see if I understand your logic. You have a problem
>which you steadfastly refuse to describe to me. I am not
>able to glean enough relevant clues from your posting
>to improve on your definition of the problem; so I
>am an unhelpful nitwit.


Bill, this message was a joke, a sarcastic paraphrasing
of the earlier one from *Robert*.

It goes to show what can happen when people
forget or refuse to use smileys.
 
Reply With Quote
 
William Alexander Segraves
Guest
Posts: n/a
 
      07-10-2003
"Helgi Briem" <> wrote in message
news:...
> On Wed, 9 Jul 2003 11:32:53 -0500, "William Alexander Segraves"
> <> wrote:

<snip>
>
> Bill, this message was a joke, a sarcastic paraphrasing
> of the earlier one from *Robert*.
>


Thanks, Helgi.

I was just trying to show what can happen when people use twisted logic to
duck the responsibility for their own inadequacies.

> It goes to show what can happen when people
> forget or refuse to use smileys.


Indeed. I should have used a smiley myself.

Cheers.

Bill Segraves


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
CGI: Execute a perl script inside another perl script xdarcos@hotmail.com Perl Misc 20 01-18-2005 12:33 PM
Execute another perl script from my perl script Petterson Mikael Perl Misc 3 01-05-2005 01:31 PM
problem calling perl script from SOAP server perl script pj Perl Misc 3 04-09-2004 10:23 PM
Perl Help - Windows Perl script accessing a Unix perl Script dpackwood Perl 3 09-30-2003 02:56 AM
How to make Perl Script "POST" call from another Perl Script??? Wet Basement Perl 1 07-15-2003 10:25 PM



Advertisments
 



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