Below is a little function to display a reference to mainly a hash, array or scalar in Perl:
Code:
use strict; use warnings; our $indentationString = " "; sub recursive_ref_string { Continue reading
Below is a little function to display a reference to mainly a hash, array or scalar in Perl:
Code:
use strict; use warnings; our $indentationString = " "; sub recursive_ref_string { Continue reading