in reply to Notes from the Refactoring Ward
for my $website (@websites) { my ($site_name, $db_key, $site_url) = @{ $website }; scrape_site( $site_name, $db_key, $site_url); # .... further processing }
-Mark
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Notes from the Refactoring Ward
by Anonymous Monk on Sep 09, 2005 at 00:01 UTC |