Skip to content

Instantly share code, notes, and snippets.

View blech's full-sized avatar

Paul Mison blech

View GitHub Profile
@blech
blech / fetch-vox-post-xml.pl
Last active August 29, 2015 20:44
Fetch a Vox post as XML
#!/usr/bin/perl
use strict;
use warnings;
no warnings 'redefine';
use XML::Atom::Client;
use XML::XPath;
my $username = 'email-address-here';