
douge
Deleted
May 5, 2000, 6:20 AM
Post #1 of 2
(879 views)
|
explicit package name?
|
Can't Post
|
|
After running the following : --------------------------------- my($sm) = new SendMail("10.200.1.4"); $sm->From($sender); if ($prod == "BIG VENT") { my(@recipients) = (@recipients3); } $sm->To(@recipients); (THIS IS LINE 35!) -------------------------------------- I recieve this ERROR: Global symbol "@recipients" requires explicit package name at C:\Inetpub\wwwroot\cgi-bin\SendMail99.pl line 35. Execution of C:\Inetpub\wwwroot\cgi-bin\SendMail99.pl aborted due to compilation errors. Please help. Thanks in advance. Doug
|