I did... look at beginning of thread
here it is again:
. . . open (VARIABLES, "<variables.dat"); @Variables=<VARIABLES>; close VARIABLES; chomp @Variables; . . . # Sending information to smtp server $smtp=Net::SMTP->new($Variables[2]); $smtp->mail( $Variables[3] ); $smtp->to( $Variables[4] ); . . .
The script completes and does not error, but no email is sent. I can output the data to a text file before mail is sent and all looks ok.
In reply to Re: Re: Re: Re: reading scalars from text file
by sdyates
in thread reading scalars from text file
by sdyates
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |