Help for this page

Select Code to Download


  1. or download this
    # in main file
    
    ...
     # be in the same namespace for this 'our' to work!
     child_sub1();
    }
    
  2. or download this
    # in child file 1:
    
    ...
    
     print "Item: $ItemNumber\n";
    }