In article <[EMAIL PROTECTED]>, Jeremiah Foster wrote:
> Hello there! I am having difficulty downloading the Socket module to
> make a script work. Below is the result of my attempt installing from
> the command line via Perl;
>
> Any suggestions?
Perhaps looking at one of the HOWTO's on the web
{
> > cc_no => { constraint => "cc_number",
> > params => [ qw( cc_no cc_type ) ],
> > },
> > }
> > }
> >
> >
> > # cc_no is the field name
> -- Forwarded Message
> From: "Maryana Osipchuk" <[EMAIL PROTECTED]>
> When I try using this one (as constraint rule - my own function)
> --
> p1 => {
> constraints => valid_equiv,
> params => [qw (p1 p2)]
> }
> valid_equiv as &main::valid_equiv
> --
> I rec