FW: href arguments

2001-08-07 Thread Sidharth Malhotra
-Original Message- From: Sidharth Malhotra Sent: Tuesday, August 07, 2001 8:49 AM To: 'Joel Hughes' Subject: RE: href arguments I apologise to all who felt I came down in a somewhat condescending tone. My feeling is simply that many people seem email the list as their firs

RE: href arguments

2001-08-07 Thread Sidharth Malhotra
Once again. This is a problem that can be easily solved reading the CGI module documentation at: http://www.perldoc.com/perl5.6/lib/CGI.html use the CGI module: use CGI; my $q = new CGI; my $filename = $q->url_param('filename'); # or my $filename = $q->param('filename'); -Original Mess