Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

What module should I use?

by JP Sama (Hermit)
on Feb 13, 2001 at 23:09 UTC ( [id://58197]=perlquestion: print w/replies, xml ) Need Help??

JP Sama has asked for the wisdom of the Perl Monks concerning the following question:

well, a friend of mine asked me a favor... he needs me to code a program that works with flash5, via TCPIP.
the program would be similar to the www.mobiledisco.com, works like a chat-room...
and what I need to know is:

What module do you recomend me to use to do this program?

well, thanks everybody...

#!/jpsama/bin/perl -w
$tks = `mount`;
$jpsama = $! if $!;
print $jpsama;

Replies are listed 'Best First'.
Re: What module should I use?
by AgentM (Curate) on Feb 14, 2001 at 00:02 UTC
Re: What module should I use?
by cwsaylor (Acolyte) on Feb 14, 2001 at 00:44 UTC
    For the TCPIP stuff, I recommend looking at O'Reilly's Perl Cookbook for ideas. The Sockets chapter has some really good examples on writing TCPIP servers and clients.

    Chris

Re: What module should I use?
by JP Sama (Hermit) on Feb 14, 2001 at 05:49 UTC
    thank you guys... i've already found helpfull information!!

    #!/jpsama/bin/perl -w
    $tks = `mount`;
    $jpsama = $! if $!;
    print $jpsama;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (6)
As of 2024-03-28 13:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found