in reply to Re: Problem printing return value from a subroutine
in thread Problem printing return value from a subroutine
But still incorrect outputmy (@qw)=induced(@{ $subgraphs[$d-1] }); print Dumper @qw; }
component 2 = e d $VAR1 = 'b'; $VAR2 = 'c'; $VAR3 = 'a'; component 1 = c a b b c a $VAR1 = 'b'; $VAR2 = 'c'; $VAR3 = 'a';
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Problem printing return value from a subroutine
by AnomalousMonk (Archbishop) on Oct 04, 2012 at 11:15 UTC | |
by zing (Beadle) on Oct 04, 2012 at 12:03 UTC | |
by zing (Beadle) on Oct 04, 2012 at 15:40 UTC | |
by zing (Beadle) on Oct 07, 2012 at 20:16 UTC |