Comparación (Comparing) PHP and Perl
| 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…) | |
| 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…) | |