Hi, I have a question regarding a translation that I'm trying to do from php to perl.. I'm currently using catalyst to create a page, the php file I'm translating's receiving at the beggining of the file a parameter from a javascript method, this is done in php as follows:
<?php> $typing = $_GET['field']; <?>Also, this php page is mixed with html code, does that mean that I have to use tt2 here?, I understand that I may have to use CGI (request method), thing is.. that I don't know if the CGI object can be linked to a page or if it does it automatically.. Thanks in advance
In reply to translating php to perl by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |