abstract:
I know that php can do it by putting the
"<? header("Content-type: text/vnd.wap.wml"); ?>""
on the first line of script, but how in perl....
Hi, I am trying to do a search using perl to output the wml file so that it can use in wap phone.
The problem i face is that the wap browser reported "Unsupported File type...."
Any can tell me how the fix this?
I know that php can do it by putting the
"<? header("Content-type: text/vnd.wap.wml"); ?>""
on the first line of script, but how in perl.... |