in reply to Re: Passing multiple arguments to CallBack routine.
in thread 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

  • Comment on Re^2: Passing multiple arguments to CallBack routine.

Replies are listed 'Best First'.
Re^3: Passing multiple arguments to CallBack routine.
by mr_p (Scribe) on May 23, 2013 at 19:56 UTC
    This is what I am using now.
    if ($myDepth < ($maxDepth +1 ) ) { my $tx=$ua->get($url); get_callback(\$tx, $myDepth+1); }