- or download this
$Indent = 2 unless defined $Indent;
- or download this
if ($Indent > 0) {
$s->{xpad} = " ";
$s->{sep} = "\n";
}
- or download this
$VAR1 = [ 'a', 'b', 'c' ];
- or download this
$VAR1 = ['a','b','c'];
- or download this
use Data::Dumper;
...
my $a = ["a", "b", "c"];
print Dumper($a);