Required Fields Module

2001-07-07 Thread Jason Purdy
I wrote this simple lil' diddy as a reusable module to check required fields and wanted to share it. You can put this in a central .pl file to be required by any CGI script that needs to verify that certain fields have been filled out. Probably makes more sense to do this type of verification

File name problem

2001-07-07 Thread bizlink
Hello from Russia How can I set a name for some file? Here is some code from my script. sub set_cyk3{ my $name=join("",@_); $name="date/$name"; my $c_a="val1=$value1,val2=$value2"; my $cookie=cookie(-name=>'something', -value=>"$c_a", -expires=>'+30m'); print header(-type=>"application/octet-s

Re: newbie question

2001-07-07 Thread Ryan Gralinski
well really if it is asking you to save to disk, the problem is server side, ask the administrator to fix it.. Ryan On Fri, 6 Jul 2001, nila devaraj wrote: > Hi > i have a webserver that has been configured for CGI > scripting. i placed the HTML file in the required > directory and the cgi pr