Look at the error message
> E:\sea621\siebsrvr\BIN\Perl\bin>outlook.pl
> Global symbol "%mail" requires explicit package name at
> E:\sea621\siebsrvr\BIN\P
> erl\bin\outlook.pl line 21.
[snip]
When you use strict, you need to explicitly define your variables using "my"
or "our"
> #!/usr/bin/p
I am getting the following error when using use::send mail.
E:\sea621\siebsrvr\BIN\Perl\bin>outlook.pl
Global symbol "%mail" requires explicit package name at
E:\sea621\siebsrvr\BIN\P
erl\bin\outlook.pl line 21.
Global symbol "%mail" requires explicit package name at
E:\sea621\siebsrvr\BIN\P
erl