in reply to Re: Data::Dump::Streamer Dump in concatenation
in thread Data::Dump::Streamer Dump in concatenation
my $obj=Dump($x,$y); # Returns an object my $str=Dump($x,$y)->Out(); # Returns a string of the dump. my @code=Dump($x,$y); # Returns a list of the dump. Dump($x,$y); # prints the dump. print Dump($x,$y); # prints the dump.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Data::Dump::Streamer Dump in concatenation
by ikegami (Patriarch) on Jul 18, 2009 at 08:29 UTC | |
by Anonymous Monk on Jul 18, 2009 at 08:35 UTC |