Tutorial de perl español con Ejemplos (examples of) de scripts Perl
PLEAC – Programming Language Examples Alike Cookbook
http://pleac.sourceforge.net/pleac_perl/index.html
[ad#ad-c1]
PLEAC – Programming Language Examples Alike Cookbook
http://pleac.sourceforge.net/pleac_perl/index.html
[ad#ad-c1]
| PHP | Perl |
|---|---|
| file.php | file.cgi |
| scripts in <?php..?> | whole file is script |
| Puede incluir raw HTML | must print all output |
| NO es necesario indicar el interprete | Primera línea ruta interprete es #!/var/bin/perl |
| (more…) | |