Help for this page

Select Code to Download


  1. or download this
    <%perl>
    # views currency data
    ...
    }
    print "</table>\n";
    </%perl>
    
  2. or download this
    <%args>
        $cid => 0
    ...
    </form>
    
    <& /view_currency.html &>
    
  3. or download this
    %perl>
    # get data requested and return
    ...
    
    return $data_structure
    </%perl>