Hi All,
Without going into the reasons why, I was forced to write a
module that interfaces curl for Perl 6. The module will
1) download a web page
2) download a file from the web and will properly follow redirects
3) will create proper eMail headers and send an eMail. It
will auto sense h
Hi Todd,
On Fri, 3 Nov 2017 00:47:09 -0700
Todd Chester wrote:
> Hi All,
>
> Without going into the reasons why, I was forced to write a
> module that interfaces curl for Perl 6. The module will
>
> 1) download a web page
>
> 2) download a file from the web and will properly follow redirects
On Fri, Nov 3, 2017 at 4:34 AM, Shlomi Fish wrote:
> Hi Todd,
>
> On Fri, 3 Nov 2017 00:47:09 -0700
> Todd Chester wrote:
...
>> Without going into the reasons why, I was forced to write a
>> module that interfaces curl for Perl 6. The module will
>>
>> 1) download a web page
...
>> If anyone wa
Yeah. Fixed in
https://github.com/rakudo/rakudo/commit/084078e1c3bd7ca41928f374c26e6a7845db0033.
On 2017-11-03 11:08:50, c...@zoffix.com wrote: > Tests:
https://github.com/rakudo/rakudo/commit/32412170b3
On 11/03/2017 02:34 AM, Shlomi Fish wrote:
because i believe that
otherwise viewing such encumbered code may taint one's future software dev work.
What do you mean by the above line?
Thank you for the heads up.
Also, I do frequently post modules I have written.
Should I stop the practice?
On 11/03/2017 04:03 AM, Tom Browder wrote:
On Fri, Nov 3, 2017 at 4:34 AM, Shlomi Fish wrote:
Hi Todd,
On Fri, 3 Nov 2017 00:47:09 -0700
Todd Chester wrote:
...
Without going into the reasons why, I was forced to write a
module that interfaces curl for Perl 6. The module will
1) download
Dear List,
Okay, I am pretty sure there are no copyrights here.
I had a problem where I had to read through a YUGE log file and
pick out those entries with a particular name in it. Problem"
it was the same name but three different capitalizations and
the the capitalization was a moving target.