in reply to Re^2: Passing multiple arguments to CallBack routine.in thread Passing multiple arguments to CallBack routine.
if ($myDepth < ($maxDepth +1 ) ) { my $tx=$ua->get($url); get_callback(\$tx, $myDepth+1); } [download]