Help for this page

Select Code to Download


  1. or download this
    if( exists $xml->{$usernumber}->{"user"}->{"firstname"} ) {...}
    
  2. or download this
    if( ref eq 'HASH' and exists $xml->{$usernumber}->{"user"}->{"firstnam
    +e"} ) {...}