home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl_ste.zip / auto / URI / URL / _generic / eparams.al < prev    next >
Text File  |  1997-11-28  |  171b  |  7 lines

  1. # NOTE: Derived from ./blib/lib/URI/URL/_generic.pm.  Changes made here will be lost.
  2. package URI::URL::_generic;
  3.  
  4. sub eparams  { shift->_elem('params',  @_); }
  5.  
  6. 1;
  7.