Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Config::Validate: problem with a key type

by zwon (Abbot)
on Mar 22, 2010 at 18:44 UTC ( [id://830142]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $schema = {
        section => {
    ...
            },
        },
    };
    
  2. or download this
    use warnings;
    use strict;
    ...
        return unless ref $_[1];
        die "Parameter " . mkpath( $_[3] ) . " should be a scalar!";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://830142]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-16 20:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found