home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
perl_ste.zip
/
auto
/
URI
/
URL
/
_generic
/
frag.al
< prev
next >
Wrap
Text File
|
1997-11-28
|
235b
|
8 lines
# NOTE: Derived from ./blib/lib/URI/URL/_generic.pm. Changes made here will be lost.
package URI::URL::_generic;
# No efrag method because the fragment is always stored unescaped
sub frag { shift->_elem('frag', @_); }
1;