Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: cgi wrapper??

by OzzyOsbourne (Chaplain)
on Aug 28, 2001 at 16:10 UTC ( [id://108402]=note: print w/replies, xml ) Need Help??


in reply to Re: cgi wrapper??
in thread cgi wrapper??

Note: To add things to the AT scheduler on a windows machine, you don't actually need a module. You can do this via command line from a remote PC using at \\computername. See AT /? for further info.

-OzzyOsbourne

Replies are listed 'Best First'.
Re: Re: Re: cgi wrapper??
by $code or die (Deacon) on Aug 28, 2001 at 16:17 UTC
    Right, but at is very cumbersome and it's much more easier to use Win32::AdminMisc for this - i.e. if you want to add a scheduled task but don't want to add it if it's already there, then you have to parse the output of "at" - This could be tricky and requires an extra system call for each addition. It's much easier to use the ScheduleList() method and then use ScheduleAdd() if you need to.

    If it's well written and easy to use, I prefer to use a module than a system call.

    Error: Keyboard not attached. Press F1 to continue.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-23 15:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found