Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Who is using terminal server from Perl?

by dimmesdale (Friar)
on Aug 15, 2002 at 14:09 UTC ( [id://190403]=note: print w/replies, xml ) Need Help??


in reply to Who is using terminal server from Perl?

Have you looked at Win32::API?

With this module you can import and call arbitrary functions from Win32's Dynamic Link Libraries (DLL), without having to write an XS extension. Note, however, that this module can't do anything (parameters input and output is limited to simpler cases), and anyway a regular XS extension is always safer and faster.

  • Comment on Re: Who is using terminal server from Perl?

Replies are listed 'Best First'.
Re: Re: Who is using terminal server from Perl?
by mdupont (Scribe) on Aug 15, 2002 at 14:23 UTC
    Thanks,

    I know how I can do it.

    Even Inline::C comes to mind :)

    What i want to really know is has anyone done this API?

    Has someone a similar problem?

    Well, when I find some free time, I will start looking into it.

    mike

Log In?
Username:
Password:

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

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

    No recent polls found