[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [linux-team] Hors Sujet: Infos sur CGI + Java.
> Je vais donc me lancer en Perl pour ce projet. De toutes facon, je
> pourrai transposer sans peine vers Perl les conseils de Pascal
> concernant le CGI.
C'est même plus simple en Perl.
Il y a notamment la cgi-lib.pl ou le module CGI.
#!/usr/bin/perl
use CGI qw/:standard/;
$name = param("name");
@listOfItems = param("items");
print header(-type => "text/html");
...
;))
-o) Pascal Bleser | UNIX *is* user friendly.
/\\ C++/UNIX Development | It's just selective about
_\_v ATOS Payment Systems | who its friends are...
guru@linuxbe.org---------------------------------------
---------
This message was sent by Majordomo 1.94.3. Please repport problems to
manu@rtfm.be. If you want to be deleted from the list, send a mail to
majordomo@rtfm.be with "unsubscribe linux-team" in the body.