I have a website that lists files in a <select> list. My problem is that when it is passed to my perl CGI program, if a file is more than one work [/home/user/hello goodbye.txt] only the first part of the name is passed [/home/user/hello]. I am fairy new to perl and CGI. Help would be appreciated.
My code is fairly simple, I have tried $query->param, and read(STDIN...)
--Xenocon
=|
My code is fairly simple, I have tried $query->param, and read(STDIN...)
--Xenocon
=|