- or download this
my $outlookmail = "c:/Program Files/Microsoft Office/Office/Outlook.ex
+e";
open (CMDLOG,"| $outlookmail") || die "$!";
close CMDLOG || die "$!";
- or download this
#!/usr/local/bin/perl
use CGI qw(:standard); #Perl web CGI module
...
my $outlookmail = "c:/Program Files/Microsoft Office/Office/Outlook.ex
+e";
open (CMDLOG,"| $outlookmail") || die "$!";
close CMDLOG || die "$!";
- or download this
<html>
<head>
...
</FORM>
</BODY>
</HTML>