Help for this page

Select Code to Download


  1. or download this
     Const C_VIEW = "People"
     Const C_KEY  = "Marvin Martian/IT/SomeCompany"
    ...
     Else
         Print C_ITEM & " Doesn't exist!"
     End If
    
  2. or download this
     use constant C_VIEW => "People";
     use constant C_KEY => "Marvin Martian/IT/SomeCompany";
    ...
     else {
         print C_ITEM . " Doesn't exist!\n"
     }