First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
How to change file creation timestamp in Perl?
I know Perl has the utime function, but that only changes the access and modification timestamps. Is there a way to change the creation timestamp of a file? I'm using ActivePerl on Windows. ... 17 Jun 2010 18:59
MIME::Lite and AUTH only after STARTTLS (smtp.gmail.com)
Ted Byers <r.ted.byers(a)gmail.com> wrote: I am using Activestate perl 5.10.0 on WXP, if that matters. I can get all the examples to work properly for trivially simple emails. However, the following: MIME::Lite->send('smtp','smtp.gmail.com',AuthUser=>$un, AuthPass=> $pw, Timeout => 60); prod... 17 Jun 2010 22:16
problem sending email using MIME::Lite from gmail's stmp server
I am using Activestate perl 5.10.0 on WXP, if that matters. I can get all the examples to work properly for trivially simple emails. However, the following: MIME::Lite->send('smtp','smtp.gmail.com',AuthUser=>$un, AuthPass=> $pw, Timeout => 60); produces the error: SMTP auth() command not supported on s... 25 Jun 2010 14:16
Problems with function dump_entity from example distributed with MIME::tools
I am using Activestate perl 5.10.0 on WXP, if that matters. I tried function dump_entity from mimedump, distributed with the latest release of MIME::tools. It looked simple enough, but when I pass to it the emails I get from the IMAP server (using Net::IMAP::Simple::SSL), it prints nothing. I can print any an... 17 Jun 2010 15:37
FAQ 1.4 What are Perl 4, Perl 5, or Perl 6?
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 . --------... 17 Jun 2010 12:17
FAQ 5.20 How can I reliably rename 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 . --------... 17 Jun 2010 06:46
FAQ 4.54 Why does defined() return true on empty arrays and hashes?
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 . --------... 17 Jun 2010 00:17
FAQ 8.47 How do I keep my own module/library directory?
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 . --------... 17 Jun 2010 13:23
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 . --------... 16 Jun 2010 12:08
FAQ 6.3 How can I pull out lines between two patterns that are themselves on different lines?
This is an excerpt from the latest version perlfaq6.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 . --------... 16 Jun 2010 06:39
First  |  Prev |  Next  |  Last
Pages: 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45