in reply to Re: validations in perl
in thread validations in perl

I have changed != to !~, but no change.The user given password,phone number arguments are calling in perl script for validation.So CGI is necessary in my view.

Replies are listed 'Best First'.
Re^3: validations in perl
by Corion (Patriarch) on Jul 17, 2019 at 11:00 UTC

    I don't think that the CGI parts are necessary for finding out why your code does not work.

    You don't show us how your code fails.

    Please show us code that runs for given values of $employee and $password and fails to do what you think it should do. Please also explain in written English what you expect the program to do, and also how it fails to do what you want.</c>