Help for this page

Select Code to Download


  1. or download this
    $type = determine_type();
    {
    ...
    #final stuff common stuff
    exit(0);
    
  2. or download this
    $type = determine_type();
    for $item (@items) {
    ...
    }
    #final stuff common stuff
    exit(0);