- or download this
expr rule:
$VAR1 = [
...
}
]
];
- or download this
$VAR1 = {
'ARRAY(0xa102e8)' => 'cvtype=\'problem\''
};
- or download this
my $href = {
[1, 2, 3], "hello"
...
$VAR1 = {
'ARRAY(0x7fe1bf803638)' => 'hello'
};
- or download this
use strict;
use warnings;
...
$VAR1
];