can I use some kind of binary string?

2019-05-10 Thread hwilmer
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 do not want to store references to files stored in some file system instead. So I would want to use s

Re: are signatures still experimental?

2019-05-10 Thread hwilmer
On 5/9/19 12:55 PM, Илья Рассадин wrote: Hi! Yes, they are Try this snippet perl -E 'use feature 'signatures'; use warnings; my $a = sub ($b,$c) { return $b + $c; }' You can find current status for your perl with `perldoc feature` command and then find signatures section. I expected attem