Skip to content

Instantly share code, notes, and snippets.

@xenoterracide
Created May 2, 2010 20:58
Show Gist options
  • Save xenoterracide/387447 to your computer and use it in GitHub Desktop.
Save xenoterracide/387447 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use strict;
use warnings;
use feature qw(say);
use LWP::Simple;
my $content
= get('http://aur.archlinux.org/packages/perl-moose/perl-moose/PKGBUILD');
say substr($content, 281, 11);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment