- or download this
$VAR1->{content}{errors}[0]{field}
...
$VAR1->{content}{errors}[0]{message}
= "This value should be of type object."; #d3
- or download this
use Data::Diver qw/ DiveVal /;
my $VAR1 = {};
...
= "This value should be of type object."; #d3
- or download this
#!/usr/bin/perl --
use strict;
...
message => "This value should be of type object.",
}
"This value should be of type object."