start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: new Chapter 8
Standard Modules
Next: Reference: Dumper
 

Dump

$

obj


->Dump

Data::Dumper->Dump
(

arrayref

[, 

arrayref

])

Returns stringified form of values stored in the object, with their order preserved, subject to the configuration options. In array context, returns a list of strings corresponding to the supplied values.


Previous: Reference: new Perl in a Nutshell Next: Reference: Dumper
Reference: new Book Index Reference: Dumper

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.