Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Coding for two platforms in one Script

by VSarkiss (Monsignor)
on Dec 05, 2001 at 21:59 UTC ( [id://129685]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        if ($^O eq "MSWin32") {
            use Win32::EventLog qw(Report new);
    ...
            Sys::Syslog::setlogsockt ('unix');
            Sys::Syslog::openlog ("myscript", 'pid', "INFO");
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-20 03:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found