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
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
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]
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
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
> "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,
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
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',$_)=~
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
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
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]
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 = $_
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
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
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
15 matches
Mail list logo