Home > Archive > PERL Beginners > May 2007 > What modules should I use to transfer a video scrip through the net?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
What modules should I use to transfer a video scrip through the net?
|
|
| flee20062006@gmail.com 2007-05-28, 6:58 pm |
| I am intended to make a scrip to do this: you could send a video scrip
from your PC to a friend through the net. At the same time, the
receiver should be able to play the video script.Yet, I don't know how
to get Perl to do it? Which types of modules I may need? Should I use
TCP/IP modules or something else? Surely not HTTP or FTP, right? Which
keywords should I use to search in CPAN to find appropriate modules?
Thanks!
| |
| David Moreno Garza 2007-05-28, 9:59 pm |
| flee20062006@gmail.com wrote:
> I am intended to make a scrip to do this: you could send a video scrip
> from your PC to a friend through the net. At the same time, the
> receiver should be able to play the video script.Yet, I don't know how
> to get Perl to do it? Which types of modules I may need? Should I use
> TCP/IP modules or something else? Surely not HTTP or FTP, right? Which
> keywords should I use to search in CPAN to find appropriate modules?
Start by asking yourself, what should you use if you weren't using Perl.
If you manage to answer yourself, you'll have your own question.
--
David Moreno Garza <damog@ciencias.unam.mx> | http://www.damog.net/
Más vale morir de pie que vivir de rodillas.
|
|
|
|
|