I'm missing something here. I have a link with 2 params, (cell and target_dir).
use CGI qw(:standard); use CGI 'param'; $store = new CGI; $cell = $store->param('cell'); $target_dir = $store->param('target_dir');
The link looks like this: http://domain.com/script.pl?cell=123&target_dir=/usr/me/attachments/
All I get from the script is the target_dir. I'm not getting the cell returned. What am I doing wrong?
In reply to Multiple params by htmanning
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |