- or download this
use strict;
use warnings;
...
}
return \@info_nodes;
}
- or download this
$VAR1 = [
'first',
'second',
'third'
];
- or download this
sub _go_through {
no strict 'refs';
...
return \@info_nodes;
}
- or download this
Can't use string ("p1") as a HASH ref while "strict refs" in use at ..
+.