About
This is my private blog about IT, linguistics and something else.
My about-me page is here: yaskevich.com-
Recent Posts
Recent Comments
Categories
Tags
Unknown Feed
Tag Archives: Squeeze
Mojo::UserAgent fails on HTTPS-connection
If you have Debian 6 Squeeze and you try some of the pretty short samples of code from the manual, like this: # Extract data from HTML and XML resources say $ua->get(‘https://google.com’)->res->dom->html->head->title->text; … you see just a message: Can’t locate … Continue reading