in reply to
Finding Eulerian Path
my $u = ( @{ $graph{$v} } )[0];
$u = $graph{v}[0]
is valid perl code, by the way ;-).
Comment on
Re: Finding Eulerian Path
Select
or
Download
Code
In Section
Seekers of Perl Wisdom