- or download this
my($webcrawler, $hook, $url, $response, $structure) = @_;
- or download this
$webcrawler = @_;
$hook=@_;
...
.
.
$structure=@_;
- or download this
($webcrawler, $hook, $url, $response, $structure) = @_;
- or download this
$webcrawler = $_[0];
$hook = $_[1];
$url = $_[2];
$response = $_[3];
$structure = $_[4];