Hi,
I have one cgi program and I want to include parameters in the following statement. I want to pass the parameter to edit_announce_type.cgi.
print a({href=>"edit_announce_type.cgi"},"Edit"
;
I want to write the above statment something like this:
print a({href=>"edit_announce_type.cgi?$key,$type"},"Edit"
;
How can I access these parameters in "edit_announce_type.cgi" ?
Waiting for reply!!!
Thanks
S
I have one cgi program and I want to include parameters in the following statement. I want to pass the parameter to edit_announce_type.cgi.
print a({href=>"edit_announce_type.cgi"},"Edit"
I want to write the above statment something like this:
print a({href=>"edit_announce_type.cgi?$key,$type"},"Edit"
How can I access these parameters in "edit_announce_type.cgi" ?
Waiting for reply!!!
Thanks
S