
Peter Van Hoecke
Deleted
Mar 29, 2000, 2:22 AM
Post #1 of 5
(384 views)
|
|
Mail problem... very strange! (and quite urgent)
|
Can't Post
|
|
hello, I have tried this code: ----------------------------------------- #!/usr/bin/perl print "What's your name?"; $naampje = <STDIN>; chomp($naampje); ... open (MAIL,"|Peter.van_Hoecke\@ecom.be"); print MAIL "$naampje"; ... close (MAIL); ----------------------------------------- Everywhere I look on the internet they tell me that this is the code onme has to use to send e-mail form Perl. However... I get this error message: Peter.van_Hoecke@ecom.be: not found I get this message halfway through the program, and I don't know how to solve this. I am connected to a LAN network, and as you might have noticed the mail is adressed to myself. Does anyone have an answer to this puzzle? Peter.Van_Hoecke@ecom.be
|