Re: Can't get Socket module

2003-03-03 Thread Mark Stosberg
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

Re: FW: problem with using HTML::FormValidator

2001-09-07 Thread Mark Stosberg
{ > > cc_no => { constraint => "cc_number", > > params => [ qw( cc_no cc_type ) ], > > }, > > } > > } > > > > > > # cc_no is the field name

Re: FW: problem with using HTML::FormValidator

2001-09-06 Thread Mark Stosberg
> -- 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