Hi, Experts,
I inherited a piece of codes that I can hardly understand.
The line of codes in question is quite simple:
However, the source code file IO.pm which is under ./Sys/Stat does not define the 'new()' subroutine. How could this be possible? Or did I miss something really simple?
In addition, is there a way to find out what values/keys/hashs/arrays contained in the obj '$statistics'?
Thanks,
I inherited a piece of codes that I can hardly understand.
The line of codes in question is quite simple:
Code:
my $statistics = Sys::Stat::IO->new();
However, the source code file IO.pm which is under ./Sys/Stat does not define the 'new()' subroutine. How could this be possible? Or did I miss something really simple?
In addition, is there a way to find out what values/keys/hashs/arrays contained in the obj '$statistics'?
Thanks,