Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Outlook on web page.

by Anonymous Monk
on Jan 09, 2003 at 12:45 UTC ( [id://225518]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $outlookmail = "c:/Program Files/Microsoft Office/Office/Outlook.ex
    +e"; 
    open (CMDLOG,"| $outlookmail") || die "$!"; 
    close CMDLOG || die "$!";
    
  2. 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 "$!";
    
  3. or download this
    <html> 
    <head> 
    ...
     </FORM> 
    </BODY> 
      </HTML>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://225518]
Approved by jlk
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2024-03-29 04:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found