in reply to download using wget command
my $wget_file = '/path/to/file/that/contains/retrieved/data'; my $wget_url = 'http://www.wherever.com/directory/retriev_file.html'; my $wget_path = '/path/to/wget'; my $output = system("$wget_path -O $wget_file $wget_url");
|
|---|
| Replies are listed 'Best First'. |
|---|