Help for this page

Select Code to Download


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