home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CLIX - Fazer Clix Custa Nix
/
CLIX-CD.cdr
/
mac
/
lib
/
auto
/
URI
/
URL
/
strict.al
< prev
next >
Wrap
Text File
|
1997-12-13
|
205b
|
13 lines
# NOTE: Derived from :lib:URI:URL.pm. Changes made here will be lost.
package URI::URL;
sub strict
{
return $Strict_URL unless @_;
my $old = $Strict_URL;
$Strict_URL = $_[0];
$old;
}
1;