#!/usr/bin/perl
# -*- perl -*-

$site = shift;
$uri = shift;

system "wget -U 'Mozilla/4.0 (compat)' --dot-style=mega -np -nc -l inf -r -H -D$site http://$site$uri";
