In terms of a definition, do the first four paragraphs here answer your
question?
https://www.oreilly.com/library/view/perl-cookbook-2nd/0596003137/ch01.html
When you say you're trying to use "binary strings", what do you mean by
that?
https://perldoc.perl.org/perlnumber.html
For example, notin
On Thu, 16 May 2019 13:13:16 +0200
hwilmer wrote:
> On 5/11/19 11:07 AM, Shlomi Fish wrote:
> > Hi hwilmer,
> >
> > On Fri, 10 May 2019 19:09:50 +0200
> > hwilmer wrote:
> >
> >> Hi,
> >>
> >> I would like to use curl to retrieve an image from a web server which I
> >> want to store in a tab
Hi,
since I'm trying to use "binary strings", the question comes up if there
is a definition of what is a string in perl, and what is it?
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
On 5/11/19 11:07 AM, Shlomi Fish wrote:
Hi hwilmer,
On Fri, 10 May 2019 19:09:50 +0200
hwilmer wrote:
Hi,
I would like to use curl to retrieve an image from a web server which I
want to store in a table in a mariadb database without downloading the
image to a file. For this application, I d