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 >
Text File  |  1997-11-28  |  235b  |  8 lines

  1. # NOTE: Derived from ./blib/lib/URI/URL/_generic.pm.  Changes made here will be lost.
  2. package URI::URL::_generic;
  3.  
  4. # No efrag method because the fragment is always stored unescaped
  5. sub frag     { shift->_elem('frag', @_); }
  6.  
  7. 1;
  8.