本文介绍了将hashref从表单传递到CGI脚本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨
我想将hashref传递给CGI脚本.
当我使用< a href =''abc.cgi?hashvalue = $ hashref''>传递hashref时</a> abc.cgi收到的hashref值是一个地址字符串,但是我无法解析该地址,因此我可以将其用作abc.cgi中的hashref.我该怎么办?
Hi
I want to pass a hashref to a CGI script.
when I pass the hashref using <a href=''abc.cgi?hashvalue=$hashref''> </a> the hashref value received by abc.cgi is a string of address but then i can''t resolve this address so that i can use it as a hashref in abc.cgi. What should i do?
推荐答案
这篇关于将hashref从表单传递到CGI脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!