RE: Urgent Question (Deployed code gone wrong!)

2003-08-14 Thread Bob Showalter
Greenhalgh David wrote: > A quick question about a while loop. > > I have a simple code that searches database for all entries and puts > one of the fields into a select box on the output page. However, due > to a mistake in my untaint routine (which I've fixed) if a visitor > entered their name i

Urgent Question (Deployed code gone wrong!)

2003-08-14 Thread Greenhalgh David
A quick question about a while loop. I have a simple code that searches database for all entries and puts one of the fields into a select box on the output page. However, due to a mistake in my untaint routine (which I've fixed) if a visitor entered their name in Japanese characters, the entry

Re: Urgent Question (Deployed code gone wrong!)

2003-08-14 Thread Greenhalgh David
eBay, Thanks. I learnt something there. Equally, thanks to Bob, nice solution which I also didn't know. Dave -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Urgent Question (Deployed code gone wrong!)

2003-08-14 Thread [EMAIL PROTECTED]
uns 11 times. sub foo { return (undef, 1 ); } therefore, your code should work like you expect. i would still test it in a test environment before making changes to prod. Original Message: - From: Greenhalgh David [EMAIL PROTECTED] Date: Mon, 11 Aug 2003 21:13:39 +0100 To: [EMAIL PROTEC

RE: urgent help needed! (PHP translation)

2003-07-22 Thread Andrew Brosnan
On 7/22/03 at 9:16 AM, [EMAIL PROTECTED] wrote: > > > On Tue, 22 Jul 2003 17:10:36 +0430, "S. Naqashzade" <[EMAIL PROTECTED]> > wrote: > > > Dear Friends, > > I need to trnaslate thid code to PHP. > > Can any one help me? > > This is a Perl list

Re: urgent help needed!

2003-07-22 Thread Randal L. Schwartz
> "S" == S Naqashzade <[EMAIL PROTECTED]> writes: S> Dear Friends, S> I need to trnaslate thid code to PHP. S> Can any one help me? This is the *perl* beginners list. Not the PHP help desk. You must've pushed some buttons by mistake. -- Randal L. Schwartz - Stonehenge Consulting Services,

RE: urgent help needed! (PHP translation)

2003-07-22 Thread wiggins
On Tue, 22 Jul 2003 17:10:36 +0430, "S. Naqashzade" <[EMAIL PROTECTED]> wrote: > Dear Friends, > I need to trnaslate thid code to PHP. > Can any one help me? This is a Perl list. You might try a PHP list for PHP help, even if it is coming from Pe

urgent help needed!

2003-07-22 Thread S. Naqashzade
Dear Friends, I need to trnaslate thid code to PHP. Can any one help me? Tnx use constant MD5_CRYPT_MAGIC_STRING => '$1$'; use constant I_TO_A64 => './0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz'; sub _to_yahoo_base64 { pos($_[0]) = 0; my $res = join '', map( pack('u',$_)=~

Re: URGENT

2002-03-07 Thread Stephan Tinnemeyer
Donn, a cgi script is always executed by *somebody* via the Internet, no matter who owns the script file. Therefore, 'everybody' has to have at least execution privileges for the script and write (and read?) privileges for any file and directory involved in file creation, change or reading. Chee

URGENT

2002-03-06 Thread Donn
we're using Spreadsheet::WriteExcel module, i have for example a file test.pl which creates excel file on the same path. test.pl is owned by reserv account. $ ls -l test.pl -rwxr-xr-x 1 reserv other 734 Mar 7 11:54 test.pl $ ./test.pl it successfully creates the file excel.xls on the same pat

Re: CGI perl html urgent

2002-01-07 Thread Carl Franks
print < EndHTML9 When you do this, there must be no spaces before the EndHTML9 i.e. print < EndHTML9 Hope this helps, Carl Franks -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

URGENT! - File upload

2001-11-12 Thread shilpis
Hi, I am a bit lost with file upload in cgi. Please have a look at the following code and explain me why its only my output file only has the last portion (or missing data) of the file being uploaded. Also, I fail to upload doc or pdf files. # CODE ## $upfile = $_

Urgent IIS server - File Upload problem.

2001-11-11 Thread Rajeev Rumale
Dear friends, I have received this error while uploading a file via cgi. The code used has been working fine on the internal servers but gives the following error on the ISP server. Software error: CGI open of tmpfile: Permission denied For help, please send mail to this site's webmaster, giv

Re: Urgent !!! installing Storable.pm

2001-09-06 Thread Gunther Birznieks
At 01:08 PM 9/17/2001 +0800, Rajeev Rumale wrote: >Hi, > >I need to install and use the Storable.pm in my machine. I am useing >Active Perl on Win2k machine. > >I have not done this before. Its urgent, kindly let me know the procedure >for same. > >rajeev

Urgent !!! installing Storable.pm

2001-09-06 Thread Rajeev Rumale
Hi, I need to install and use the Storable.pm in my machine. I am useing Active Perl on Win2k machine. I have not done this before. Its urgent, kindly let me know the procedure for same. rajeev