GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Template::Plugin::CSV(3) User Contributed Perl Documentation Template::Plugin::CSV(3)

Template::Plugin::CSV - Plugin for generating CSV

    [% USE CSV %]

    [% CSV.dump(list_var) %]
    [% CSV.dump_values(hash_var) %]

This is a very simple TT2 Plugin for generating CSV. A CSV object will be instantiated via the following directive:

    [% USE CSV %]

There are two methods supported by the CSV object. Each will output a comma-sepeated line.

Given a list and dump a comma-sepearted line of its elements.

Given a hash and dump a comma-sepearte lines of its values.

A Template::Plugin constructor.

Kang-min Liu <gugod@gugod.org>

Copyright (C) 2005 Kang-min Liu, All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Template::Plugin::Dumper, Text::CSV
2007-03-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.