This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
# TODO img alt text? | |
# TODO turn into a module so randomwikipage.pl can use it | |
use strict; | |
use Encode 'decode_utf8'; | |
use File::DosGlob; | |
use HTML::Parser; |
NewerOlder