Skip to content

Instantly share code, notes, and snippets.

@xenoterracide
Created April 27, 2010 09:24
Show Gist options
  • Save xenoterracide/380537 to your computer and use it in GitHub Desktop.
Save xenoterracide/380537 to your computer and use it in GitHub Desktop.
fetch gist
#!/usr/bin/perl
use strict;
use warnings;
use LWP::Simple;
getprint("http://gist.github.com/api/v1/xml/380537")
or die "Can't get the Gist of it";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment