Skip to content

Instantly share code, notes, and snippets.

@PilotBob
Created February 11, 2016 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PilotBob/cc496ad4354ced9deadc to your computer and use it in GitHub Desktop.
Save PilotBob/cc496ad4354ced9deadc to your computer and use it in GitHub Desktop.
while($data =~ /\<b\>.*?\[\W*?$type\W*?(.*?)\].*?\<\/b\>/i)
{
$votee = lc($1);
$type = lc($type);
$votee =~ s/\<img src=.*\/(.*?)\.gif.*?\>/$1/i;
$name = lc($votee);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment