hello,
what would be the best module to download a file from an https://url ? I am
trying to download some files over secured website and am willing to try the
most correct (no overkill) module for the job.
task: to download files from secured websites, using perl script:
https://myurl/file.
>> Unless you really want to change your data, use map().
>>
>
> Ruud didn't say that you shouldn't change the data, only that you should
> use map unless that was what you wanted. Who knows what the OP wants.
>
> Rob
Sorry for the delay.
What Shlomi Fish mentioned was I wanted. Thanks for all
On 20/11/2011 04:14, Chris Charley wrote:
Well, if Dr Ruud is right, and you shouldn't replace the undefs in the
original arrays, then the following program wouldn't be correct. It
changes the original array (data).
On 20/11/2011 00:23, Dr.Ruud wrote:
Unless you really want to change your da
Imap? Net::IMAP or IMAP::Client
On Nov 21, 2011 3:31 AM, "samjesse" wrote:
> Hi
>
> Can you recommend a good to use Perl module for getting certain new
> emails from my gmail?
>
> thx
>
>
> --
> To unsubscribe, e-mail: beginners-unsubscr...@perl.org
> For additional commands, e-mail: beginners-h.
Shlomi Fish wrote:
Saravanan Murugaiah wrote:
{
if ($_ =~ /$find/i)
Do you want to search for a case-insensitive substring? If so, you should use
\Q and \E .
What does case-sensitivity have to do with quotemeta? Besides $find is
defined at the top of the program, it is
Saravanan Murugaiah wrote:
Dear All,
Hello,
I want to search a particular word in some set of files, which are kept in
a directory. In this, I want to display the search result in some other out
file like including the line number with file name, etc. For example, if I
want to search the word
Hi samjesse,
On Sun, 20 Nov 2011 12:27:31 -0800 (PST)
samjesse wrote:
> I need a Perl script which will connect to my gmail and download the
> unread emails from a certain folder. But not all the unread emails,
> only those with a certain subjects and from a certain sender.
> after that mark the
I need a Perl script which will connect to my gmail and download the
unread emails from a certain folder. But not all the unread emails,
only those with a certain subjects and from a certain sender.
after that mark them as read and leave them on the server.
those emails must be stored "appended" i
Hi
Can you recommend a good to use Perl module for getting certain new
emails from my gmail?
thx
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/