Help for this page

Select Code to Download


  1. or download this
    use Validate;
    use strict;
    ...
        
    my $stmt = "INSERT INTO tablename VALUES ('$firstname')";
    excute...
    
  2. or download this
    package Validate;
    
    ...
        return "$1";
    }
    1;