pdf.css
Google


   


You are here: CodeIdol > Java > JavaServer Pages > page: 11 12 13 14 15 16 17 18 19 20 21


overhead involved with C.
Listing 1.2
shows the Perl equivalent of the CGI from
Listing
1.1
.
Listing 1.2 A sample CGI in Perl
#!/usr/bin/perl

$now = localtime(time());

print <<"<EOT>"

<HTML>
<BODY>

The time is now: $now

</BODY>
</HTML>

<EOT>
You are here: CodeIdol > Java > JavaServer Pages > page: 11 12 13 14 15 16 17 18 19 20 21


   
Related tags







Popular Categories
Unix books and guides

AJAX popular information
C# language guides
Windows books and cookbooks
.......








    С 2009 года мы стали переводить структура сайта на различные языки. Сайт теперь будет содержать книги не только на английском языке, но также и на других европейских языках, в том числе и на Русском языке.

    Русский Polski Francais Deutsch
    support sitemap terms

© CodeIdol Labs, 2007 - 2009