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

    HTML::EP 0.2011

    Download button

    No screenshots available
    Downloads: 333  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Jochen Wiedmann | More programs
    Perl Artistic License / FREE
    June 16th, 2006, 06:05 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    HTML::EP description

    A system for embedding Perl into HTML.

    HTML::EP is a system for embedding Perl into HTML.

    SYNOPSIS

    < html >< head >< title >CGI-Env< /title >< /head >
    < ep-comment >


    This is an HTML document. You see. Perhaps you wonder about
    the unknown HTML tags like ep-comment above? They are part
    of the EP system. For example, this comment section will
    be removed and you won't see it in your browser.
    < /ep-comment >
    < ep-perl >
    # This is an example of embedding Perl into the page.
    # We create a variable called time, containing the current
    # time. This variable will be used below.
    my $self = $_;
    $self->{'time'} = localtime(time());
    ''; # Return an empty string; result becomes embedded into the
    # HTML page
    < /ep-perl >
    < body >< h1 >The current time< /h1 >
    Your HTML::EP system is up and running: The current time is $time$.
    < /body >
    < /html >


    NEWS

    HTML::EP does now have a homepage, a CVS repository and a bug tracking system. Try http://html-ep.sourceforge.net/

    You see, it's soon to become a pain. Of course there are little helpers around, for example the CGI module, the mod_perl suite and lots of it more. Using them make live a lot easier, but not so much as you like. CGI(3). mod_perl(3).

    On the other hand, there are tools like PHP or WebHTML. Incredibly easy to use, but not as powerfull as Perl. Why not get the best from both worlds? This is what EP wants to give you, similar to ePerl or HTML::EmbPerl. I personally believe that EP is simpler and better extendible than the latter two. ePerl(1). HTML::EmbPerl(3).

    In short, it's a single, but extensible program, that scans an HTML document for certain special HTML tags. These tags are replaced by appropriate output generated by the EP. What remains is passed to the browser. Its just like writing HTML for an enhanced browser!

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    embedding Perl | embed Perl in HTML | Perl module | EP | Perl | module

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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