Help for this page

Select Code to Download


  1. or download this
    FIRSTNAME LASTNAME
    ---------------------
    Fred      Flintstone
    Barney    Rubble
    
  2. or download this
    @loop_data = (
        { firstname => 'Fred',   lastname => 'Flintstone' },
        { firstname => 'Barney', lastname => 'Rubble' }
    );
    
  3. or download this
    FIRSTNAME LASTNAME
    ---------------------
    ...
      <tmpl_var name="firstname">
      <tmpl_var name="lastname">
    </tmpl_loop>