You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting $Data::Dumper::Terse to true results in replacing all whitespaces in generated html with SCALAR(0x...). You definitely should localize dumper variables in your code before using it.
P.S. Thanks for the good job and useful module!