Tuesday, 27 August 2013

R str equivalent in perl

R str equivalent in perl

How do you get the data structure of an object in Perl?
I can easily do this in R using str -
str(data)
I wonder if there is similar one in Perl.

No comments:

Post a Comment