Skip to content

Instantly share code, notes, and snippets.

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