|
How to record .asx files I was hoping to find some help on this issue. I am trying to take an .asx file and convert it to .mp3. The problem is is that I need to use the information encoded in the .asx file to determine when to start recording and when to end recording (otherwise, I would just take an off the shelf program to convert the fi... 19 Apr 2008 15:30
mod_perl and parallel Perl versions I have installed Perl 5.10.0 on my Linux box to be available together with the vendor supplied Perl 5.8.1. When running programs under mod_perl, the old Perl version is utilized. How can I make mod_perl use Perl 5.10.0? Can mod_perl be configured so I can select Perl version on-the-fly? -- Gunnar Hjalmars... 22 Apr 2008 16:25
FAQ 1.5 What was Ponie? This is an excerpt from the latest version perlfaq1.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 19 Apr 2008 15:30
FAQ 1.1 What is Perl? This is an excerpt from the latest version perlfaq1.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 19 Apr 2008 09:09
FAQ 5.3 How do I count the number of lines in a file? This is an excerpt from the latest version perlfaq5.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 24 Apr 2008 09:26
The map function Whis is difference between map and for-each? Why the map function is fast than for-each? <== is it for all case? ... 24 Apr 2008 22:13
FAQ 4.44 How do I test whether two arrays or hashes are equal? This is an excerpt from the latest version perlfaq4.pod, which comes with the standard Perl distribution. These postings aim to reduce the number of repeated questions as well as allow the community to review and update the answers. The latest version of the complete perlfaq is at http://faq.perl.org . --------... 18 Apr 2008 21:24
Form Post Hello and thanks in advance for your help. I have code below that posts form data to a perl cgi scripted shopping cart and it works great on my mac/firefox browser, but it doesn't work on ibm/netscape machines. what gives? apparently the data isn't being recognized and so the cart defaults to it's home page. <form... 21 Apr 2008 11:42
Looking for a utility that lists all the functions under a preprocessing directive in a C++ file . On 2008-04-18, Avi <avner-moshkovitz(a)shaw.ca> wrote: I'm looking for a utility that will scan a C++ file and list all the functions under a preprocessing directive. Great! I assume you've started writing your own code, since this newsgroup isn't your paid consultant. So post what you've written so far, and... 18 Apr 2008 16:38
Looking for a utility that lists all the functions under a preprocessing directive in a C++ file . I'm looking for a utility that will scan a C++ file and list all the functions under a preprocessing directive. In the example code below: Upon request to list all the files under the preprocessing directive AAA the utiltiy should report foo1 foo2 Upon request to list all the files under the preprocessing d... 18 Apr 2008 16:38 |