home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CLIX - Fazer Clix Custa Nix
/
CLIX-CD.cdr
/
mac
/
lib
/
auto
/
URI
/
URL
/
unescape.al
< prev
next >
Wrap
Text File
|
1997-12-13
|
429b
|
17 lines
# NOTE: Derived from :lib:URI:URL.pm. Changes made here will be lost.
package URI::URL;
sub unescape {
Carp::croak("unescape() method not supported by URI::URL any more!
Use the URI::Escape module instead. The method was called");
}
1;
#########################################################################
#### D O C U M E N T A T I O N
#########################################################################
1;