Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Perl Scripting Server - Client Question about Client Response.

  • 19-02-2012 06:57PM
    #1
    Registered Users, Registered Users 2 Posts: 620 ✭✭✭


    Hi Guys, I have a socket server and client running using the use Sockets;
    procedural perl programming.

    I ask the client a question via printing to its handle from the server.

    as for the response i am currently doing a STDIN from the clients side and printing it to the server handle. is there any way that i can have the keyboard input request code reside on the server side?

    and just literally have the client just connecting and interacting with the server?

    if not i will leave as i have. even tho client code is getting quite bulky at the moment.

    if anyone can point in right direction - i will find solution myself, i just dont what to be trying to do something that you just cant do.

    thanks

    neonitrix


Comments

  • Registered Users, Registered Users 2 Posts: 12,026 ✭✭✭✭Giblet


    Are you running a daemon on the server that accepts local commands? You could allow ssh access


Advertisement