Help for this page

Select Code to Download


  1. or download this
    use File::Fetch;
    $File::Fetch::USER_AGENT = 'abc';
    
    my $ff = File::Fetch->new(uri => 'https://dnschecker.org/user-agent-in
    +fo.php');
    $ff->fetch(to=>'./abc');