Help for this page

Select Code to Download


  1. or download this
     if $hidden_string eq "true"{
               &dothis;
            }
    
  2. or download this
     if (defined($hidden_string)){
               $hidden_string = "";
               &dothis;
            }