in reply to Passing multiple arguments to CallBack routine.
Perhaps you could share it with us so that other monks who might have the same query and see your post can find a solution :-)
Cheers,
JohnGG
if ($myDepth < ($maxDepth +1 ) ) { my $tx=$ua->get($url); get_callback(\$tx, $myDepth+1); } [download]