2
No, these are genuine attacks from a malicious robot utilising a Perl library script. It's looking for vulnerabilities.
No matter what anyone says about lib perl, I recommend you block it and it's troublesome associates in .htaccess:
RewriteEngine on
Options +FollowSymLinks
SetEnvIfNoCase user-agent "(libwww-perl|curl|pycurl)" getout
<Limit GET POST>
Order Allow,Deny
Allow from all
Deny from env=getout
Limit>
This will not block robots with spoofed user-agents, but it should reduce the problem dramatically.
A thread is for life. Not just for Christmas.