Skip to content

Instantly share code, notes, and snippets.

@zsan
Created April 9, 2010 03:34
Show Gist options
  • Save zsan/360873 to your computer and use it in GitHub Desktop.
Save zsan/360873 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use strict;
use warnings;
use WWW::Mechanize;
_search();
sub _search {
#do search
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment