On Fri, 11 Jan 2013 10:33:02 +0700
budi pearl <budipe...@gmail.com> wrote:

> my $id = "ROUTE-252";
> print Dumper $routes{$id};
> 
> print_path($id, \%{$routes{$id}});

I think you want:

  print_path( $id, $routes{$id} );


-- 
Don't stop where the ink does.
        Shawn

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to