Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.2 / 3....
  • LibreOffice 3.6.6 / 4.0.3
  • MPlayer 1.1.1
  • systemd 204
  • Arch Linux 2013.05.01
  • Blender 2.67
  • KDE Software Compilatio...
  • CrunchBang Linux Stable...
  • Elementary OS 0.1 / 0.2...
  • SystemRescueCd 3.6.0
  • Home > Linux > Programming > Perl Modules

    Text::EasyTemplate 0.01

    Download button

    No screenshots available
    Downloads: 481  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.1/5)
    12 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Luis Chavez | More programs
    Perl Artistic License / FREE
    July 23rd, 2008, 13:03 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Text::EasyTemplate description

    A simple text template system.

    Text::EasyTemplate is a simple text template system.

    SYNOPSIS

    A simple text template system without a lot of complex and unnecessary features present in other existing template systems. It aims at ease of use without the need of setting up lots of configurations or complex frameworks. Ideal for simple applications, it can be used for any type of purpose: web, merge mail, or any other type of text.

    Here is an example:

    use Text::EasyTemplate;

    my $template = Text::EasyTemplate->new("templates_dir/template_file.txt");
    my $data = {
    VALUE1 => "value",
    VALUE2 => 2,
    CONDITIONAL => 1,
    VALUE3 => localtime()
    };
    my $string = $template->replace($data);


    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    text template | template system | Perl module | text | template | Perl

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM