Help for this page

Select Code to Download


  1. or download this
    
    typedef struct myStruct (
    ...
    int   n;
    {
        /** blah...blah... blah...  ***/
    
  2. or download this
    class Event {
    private:
    ...
               this.start_date= d;
           }
    };
    
  3. or download this
    package HTMLTPrepper;
    
    ...
    } 
    
    1;
    
  4. or download this
    package MyTemplates;
    use HTML::Template;
    ...
    #
    #  and other subs. 
    1;