carlosAlberto
IS-IT--Management
Hi all,
I'm using the cgi-lib.pl file to parse the data submitted from my HTML form.
The variables returned are $input{'nameOfFormItem'}
The dilemma i face is:
the posted data will only return -
$input{'mibOid'} OR $input{'mib'}
I would like to test which one does actually hold a value. I tried:
if ($input{'mibOid'} eq ""
and if (!$input{'mibOid'})
but both don't work.
Any ideas??????
Carl.
I'm using the cgi-lib.pl file to parse the data submitted from my HTML form.
The variables returned are $input{'nameOfFormItem'}
The dilemma i face is:
the posted data will only return -
$input{'mibOid'} OR $input{'mib'}
I would like to test which one does actually hold a value. I tried:
if ($input{'mibOid'} eq ""
but both don't work.
Any ideas??????
Carl.