in reply to Re: perl if statement
in thread perl if statement

Hi Alex, I wanted grep to find user|pin in the file users.txt(this is UNIX flat file with list of users and their pin. if YES then it should run the command in system() and if NO it should run command in else.

Replies are listed 'Best First'.
Re^3: perl if statement
by poj (Abbot) on Feb 29, 2016 at 19:58 UTC

    Where are you getting $FORM{user} and $FORM{pin} from ?

    poj