|
First
|
Prev |
Next
|
Last
Pages: 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
Perl on Eclipse, EPIC Any comments, suggestions, or pointers for Epic? I use a number of editors and enviroments for Perl, including notepad, edit, TextPad, JEdit, vi (and an experimental use of Emacs), etc., but I've mostly migrated to Eclipse for Java. I only discovered Epic yesterday, and before I install it, I thought I'd make an ... 3 Apr 2008 06:52
Installing module Apache2::Reload failed Hi all, the installation of mod_perl 2.0.3 on mod_perl 1.999021, but now i cannot run the Apache. i run it as permitted user, but it returns a quote: "no listening socket available, shutting down unable to open logs". i checked the processes and no process is running on this port... so now a rollback is needed. ... 3 Apr 2008 05:44
FAQ 8.16 How can I sleep() or alarm() for under a second? This is an excerpt from the latest version perlfaq8.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 . --------... 3 Apr 2008 02:57
Looking for GT::CGI and GT::Template hi, does anyone know of any good repository for perl 5.10? i'm currently looking for a module for GT::CGI and GT::Template thanks ... 7 Apr 2008 09:21
FAQ 8.13 How do I trap control characters/signals? This is an excerpt from the latest version perlfaq8.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 . --------... 2 Apr 2008 21:22
Recursive Directory Copy (with resource forks) in Mac OS X At least for me, the module function File::Copy::Recursive::dircopy() seems to not copy resource forks of descendant files when used in Mac OS X. Has anyone else noticed this? What's a good method for copying directories in Mac OS X? Call system() to invoke cp? Thanks, Jerry Krinock ... 3 Apr 2008 23:39
Download attachment from email Hi! I wanna know how to download my email from pop3 account and take the attachment and save it in a folder. I have been seeing NET::Pop3 to do that but I dont know if it has this method for attachment. Is there something way to take the attachment from email.? ... 2 Apr 2008 19:08
binding parameters (timestamp) with DBD::Sybase I need to run a stored procedure in the MSSQL 2005 server from my linux machine. It takes a parameter which is timestamp datatype. However, when I try to use bind_parameter, I get an error: my $sp_qry = "EXEC MY_STORED_PROC ?" ; my $sth = $dbh->prepare($sp_qry) ; $sth->bind_param(1, $row[0], SQL_TIMES... 4 Apr 2008 06:25
CPAN commandline tool is not working Dear Group, I am using Perl in my Ubuntu machine where CPAN commandline tool is acting very strange. Looks like, it is getting false response form all or any CPAN mirror. I reconfigured cpan 'urllist' few times with different sets of 7/8 urls. But it always stalls and keeps getting 404 and 500 status from all th... 3 Apr 2008 07:26
FAQ 8.17 How can I measure time under a second? This is an excerpt from the latest version perlfaq8.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 . --------... 2 Apr 2008 15:04 |