- or download this
#!/usr/bin/perl
use strict; use warnings;
use YAML::XS;
...
subkey_a: foo
subkey_c: bar
...
- or download this
$VAR1 = {
'key2' => {
'subkey_a' => 'foo',
...
},
'key1' => $VAR1->{'key2'}{'<<'}
};
- or download this
#!/usr/bin/perl
use strict; use warnings;
use YAML::XS;
...
}
return $ref;
}
- or download this
$VAR1 = {
'key2' => {
'subkey_b' => 'qwer',
...
'subkey_a' => 'asdf'
}
};
- or download this
@_=qw;
Just another Perl hacker,;
;$_=q=print
"@_"= and eval;