- or download this
#rmap BLOCK $struct
...
return $_;
}
}
- or download this
sub getSystemData
{
[... snip ...]
return $system_data;
}
- or download this
sub getSystemData
{
...
rmap {print} $system_data;
return $system_data;
}
- or download this
print ref $system_data