14,974
edits
| Line 47: | Line 47: | ||
</pre> | </pre> | ||
==P: Perl, PHP== | ==P: Perl, PHP, Python== | ||
Perl Code<ref>[http://www.tizag.com/perlT/perlsyntax.php perl - syntax]</ref>: | Perl Code<ref>[http://www.tizag.com/perlT/perlsyntax.php perl - syntax]</ref>: | ||
<pre> | <pre> | ||
| Line 68: | Line 68: | ||
<pre> | <pre> | ||
; single line comment | ; single line comment | ||
</pre> | |||
Python: [http://ipython.org/notebook.html The IPython Notebook — IPython] | |||
<pre> | |||
# single line comment | |||
</pre> | </pre> | ||