- or download this
#!/usr/bin/perl
use strict;
...
say Dumper \%data;
__END__
- or download this
[nick:~/monks]$ perl 1140269.pl
$VAR1 = {
...
};
- or download this
#!/usr/bin/perl
use strict;
...
say Dumper $href;
__END__
- or download this
[nick:~/monks]$ perl 1140269.pl
$VAR1 = {
'1' => {
...
'subscribe' => 'yes'
}
};