Help for this page

Select Code to Download


  1. or download this
    my $mod_path; # or @mod_path, if you're so inclined.
    BEGIN { $mod_path = '/home/ripenapp/perl_mods'; }
    use lib $mod_path;
    use Email::Valid;