Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Sending Mail

by Taulmarill (Deacon)
on Aug 16, 2007 at 09:40 UTC ( [id://632968]=note: print w/replies, xml ) Need Help??


in reply to Sending Mail

When you use strict; you have to initialize all variables with the function my.
I.e. my $mail_server = 'xxx.xxx.xx.xx';

Replies are listed 'Best First'.
Re^2: Sending Mail
by sandy1028 (Sexton) on Aug 16, 2007 at 09:50 UTC
    How to get the variables from php file to perl files... Is there any way to get the variables from php file
      Why try to pass between the two languages? Why not set up a mailing form and mail script in either Perl or PHP?
        hi, mail() is not working in php so need to send from perl. The script of mail is working in perl but I am not able to pass the variables from php to perl. If i use <form action="test.pl" method="post"> The contents of test.pl is displayed not just the varibles. Should I include any module to receive the data

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://632968]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-26 09:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found