- or download this
#!usr/bin/perl
...
};
say Dumper($hash);
- or download this
{
'testing' => {
...
'r' => '2'
}
}
- or download this
#!/usr/bin/perl
...
say $undump->{'testing'}->{'link'} // (die "'link' not found!");
say $undump->{'testing'}->{'bandwidth'} // (die "'bandwidth not found!
+");