mms:

2004-09-15 Thread Octavian Rasnita
Hi all, Does anyone know a perl library that can be used for saving a stream broadcasted using the mms: protocol into a .mp3 file? Thanks. Teddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

OPEN command in Perl

2004-09-15 Thread Sheni R. Meledath
Hi, How can I open an external file using Perl? The file is residing on another server. I have to call the file using http. Now the following is not working. $email_file = "http://www.mysite.com/data/emails";; open (LIST,"<$email_file/address.txt"); Thanks in advance. Regards Sheni R Meledath [EM

RE: OPEN command in Perl

2004-09-15 Thread Spindler, Brian
If it's txt file and it will display in a browser then you should use the module LWP to retrieve the text. OPEN is used to open local files not web addresses. Hth Brian -Original Message- From: Sheni R. Meledath [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 7:55 AM To:

Re: OPEN command in Perl

2004-09-15 Thread Chris Devers
On Wed, 15 Sep 2004, Sheni R. Meledath wrote: > How can I open an external file using Perl? The file is residing on > another server. I have to call the file using http. Now the following > is not working. This is not a CGI question, and you posted the exact same message to the beginners list

CGI Book Advice sought ...

2004-09-15 Thread hcohen2
Recently I jumped in to the list and gave a correct answer, but unfortunately not really appropriate answer to the question asked. I took the 'Beginners' adjective for this list too seriously. Hence, to keep myself out of trouble, I think it is time to get another book on CGI for perl to study

Re: CGI Book Advice sought ...

2004-09-15 Thread Chris Devers
On Wed, 15 Sep 2004, hcohen2 wrote: > [...] "CGI Programming 101: Programming Perl for the WWW" and is a 2004 > publication. The first 6 chapters are on line, so I can get some idea > of the book's value by going through those chapters. ...and the URL for that is... ? Here?

Re: CGI Book Advice sought ...

2004-09-15 Thread hcohen2
Chris Devers wrote: On Wed, 15 Sep 2004, hcohen2 wrote: [...] "CGI Programming 101: Programming Perl for the WWW" and is a 2004 publication. The first 6 chapters are on line, so I can get some idea of the book's value by going through those chapters. ...and the URL for that is... ? Here

Re: CGI Book Advice sought ...

2004-09-15 Thread Chris Devers
On Wed, 15 Sep 2004, hcohen2 wrote: > Chris Devers wrote: > > > On Wed, 15 Sep 2004, hcohen2 wrote: > > > > > However, there is a reader's review of the first edition that seems to > > > ring true and, moreover, is not complimentary. > > > > > > > ...and the URL for that is... ? > > > > H

Re: CGI Book Advice sought ...

2004-09-15 Thread Wiggins d'Anconia
hcohen2 wrote: Recently I jumped in to the list and gave a correct answer, but unfortunately not really appropriate answer to the question asked. I took the 'Beginners' adjective for this list too seriously. Hence, to keep myself out of trouble, I think it is time to get another book on CGI fo