home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 7: Programming / CDAT7.iso / Share / Editores / Perl5 / perl / lib / site / auto / URI / URL / escape.al < prev    next >
Encoding:
Text File  |  1997-08-10  |  257 b   |  10 lines

  1. # NOTE: Derived from blib\lib\URI\URL.pm.  Changes made here will be lost.
  2. package URI::URL;
  3.  
  4. sub escape {
  5.     Carp::croak("The escape() method not supported by URI::URL any more!
  6. Use the URI::Escape module instead.  The method was called");
  7. }
  8.  
  9. 1;
  10.