[Perl-unix-users] Cookies tamper detection & Unique user detection

2002-08-14 Thread Martin Moss
Hi all, Long time no see:-) How are your significant others (wife, kids, girlfriends, pet goldfish)? Anyway down to business. Is there a method to check if a cookie has been tampered with? I'd thought about encrypting my values, but then the encrypted values can be copied into another cookie. I

Re: [Perl-unix-users] Reading an uploaded Excel file

2002-08-14 Thread parvez
Hi Gurus, Sorry for less(or maybe wrong) data. I have uploaded the file through an html page. Now my action program has to parse this excel file. It is in CGI so I tried the following thing: use CGI; my $file_handle = $query->upload("excel_file"); if (defined $file_handle) { binmode(

Re: [Perl-unix-users] Reading an uploaded Excel file

2002-08-14 Thread $Bill Luebkert
parvez wrote: > Hi Gurus, > I want to parse an excel file which will be uploaded through the > browser and passed to my CGI script. I can read the file through the > command prompt(Thanks to Spreadsheet::ParseExcel !!). My problem is that > I cannot detach the file and read it. > Please HELP !

[Perl-unix-users] Reading an uploaded Excel file

2002-08-14 Thread parvez
Hi Gurus, I want to parse an excel file which will be uploaded through the browser and passed to my CGI script. I can read the file through the command prompt(Thanks to Spreadsheet::ParseExcel !!). My problem is that I cannot detach the file and read it. Please HELP !! Thanx in advance. Parv