in reply to Parsing content found in onClick and window.open Javascript calls
use Regexp::Common qw /URI/; if m/window\.open\(["']($RE{URI}{HTTP})["']\)/ { print $1; } [download]
Perl 6 in German -- Difficult Sudoku