| ||||||||||||||||
|
||||||||||||||||
Hi!
On 19-Aug-98 Khimenko Victor wrote:
># URL-encode data
> sub escape {
> my($toencode) = @_;
> $toencode=~s/([^a-zA-Z0-9_\-.])/uc sprintf("%%%02x",ord($1))/eg;
> return $toencode;
> }
TNX!
SKiller
------------------------
Sergei Keler
WebMaster "Liniya Svyazi"
E-Mail: sergei@line.ru
------------------------
|
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE. Copyright (C) 1995-2001 The Apache Group. All rights reserved. Copyright (C) 1996 Dm. Kryukov; Copyright (C) 1997-2009 . Design (C) 1998 Max Smolev. |
||