home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 May / Chip_2000-05_cd1.bin / zkuste / Perl / ActivePerl-5.6.0.613.msi / 䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞃䄦䠥 / _6ea82ac7b6eed693b733d838e47b0f44 < prev    next >
Text File  |  2000-03-23  |  4KB  |  135 lines

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>URI::URL - Uniform Resource Locators</TITLE>
  5. <LINK REL="stylesheet" HREF="../../../Active.css" TYPE="text/css">
  6. <LINK REV="made" HREF="mailto:">
  7. </HEAD>
  8.  
  9. <BODY>
  10. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  11. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  12. <STRONG><P CLASS=block> URI::URL - Uniform Resource Locators</P></STRONG>
  13. </TD></TR>
  14. </TABLE>
  15.  
  16. <A NAME="__index__"></A>
  17. <!-- INDEX BEGIN -->
  18.  
  19. <UL>
  20.  
  21.     <LI><A HREF="#name">NAME</A></LI><LI><A HREF="#supportedplatforms">SUPPORTED PLATFORMS</A></LI>
  22.  
  23.     <LI><A HREF="#synopsis">SYNOPSIS</A></LI>
  24.     <LI><A HREF="#description">DESCRIPTION</A></LI>
  25.     <LI><A HREF="#see also">SEE ALSO</A></LI>
  26.     <LI><A HREF="#copyright">COPYRIGHT</A></LI>
  27. </UL>
  28. <!-- INDEX END -->
  29.  
  30. <HR>
  31. <P>
  32. <H1><A NAME="name">NAME</A></H1>
  33. <P>URI::URL - Uniform Resource Locators</P>
  34. <P>
  35. <HR>
  36. <H1><A NAME="supportedplatforms">SUPPORTED PLATFORMS</A></H1>
  37. <UL>
  38. <LI>Linux</LI>
  39. <LI>Solaris</LI>
  40. <LI>Windows</LI>
  41. </UL>
  42. <HR>
  43. <H1><A NAME="synopsis">SYNOPSIS</A></H1>
  44. <PRE>
  45.  $u1 = URI::URL->new($str, $base);
  46.  $u2 = $u1->abs;</PRE>
  47. <P>
  48. <HR>
  49. <H1><A NAME="description">DESCRIPTION</A></H1>
  50. <P>This module is provided for backwards compatibility with modules that
  51. depend on the interface provided by the <CODE>URI::URL</CODE> class that used to
  52. be distributed with the libwww-perl library.</P>
  53. <P>The following differences compared to the <CODE>URI</CODE> class interface exist:</P>
  54. <UL>
  55. <LI>
  56. The URI::URL module exports the <CODE>url()</CODE> function as an alternate
  57. constructor interface.
  58. <P></P>
  59. <LI>
  60. The constructor takes an optional $base argument.  See <A HREF="../../../site/lib/URI/WithBase.html">the URI::WithBase manpage</A>.
  61. <P></P>
  62. <LI>
  63. The URI::URL->newlocal class method is the same as URI::file->new_abs
  64. <P></P>
  65. <LI>
  66. URI::URL::strict(1)
  67. <P></P>
  68. <LI>
  69. $url->print_on method
  70. <P></P>
  71. <LI>
  72. $url->crack method
  73. <P></P>
  74. <LI>
  75. $url->full_path; same as ($uri->abs_path || ``/'')
  76. <P></P>
  77. <LI>
  78. $url->netloc; same as $uri->authority
  79. <P></P>
  80. <LI>
  81. $url->epath, $url->equery; same as $uri->path, $uri->query
  82. <P></P>
  83. <LI>
  84. $url->path and $url->query pass unescaped strings.
  85. <P></P>
  86. <LI>
  87. $url->path_components; same as $uri->path_segments (if you don't
  88. consider path segment parameters).
  89. <P></P>
  90. <LI>
  91. $url->params and $url->eparams methods.
  92. <P></P>
  93. <LI>
  94. $url->base method.  See <A HREF="../../../site/lib/URI/WithBase.html">the URI::WithBase manpage</A>.
  95. <P></P>
  96. <LI>
  97. $url->abs and $url->rel have an optional $base argument.  See
  98. <A HREF="../../../site/lib/URI/WithBase.html">the URI::WithBase manpage</A>.
  99. <P></P>
  100. <LI>
  101. $url->frag; same as $uri->fragment
  102. <P></P>
  103. <LI>
  104. $url->keywords; same as $uri->query_keywords;
  105. <P></P>
  106. <LI>
  107. $url->localpath with friends map to $uri->file
  108. <P></P>
  109. <LI>
  110. $url->address and $url->encoded822addr; same as $uri->to for mailto URI.
  111. <P></P>
  112. <LI>
  113. $url->groupart method for news URI.
  114. <P></P>
  115. <LI>
  116. $url->article; same as $uri->message
  117. <P></P></UL>
  118. <P>
  119. <HR>
  120. <H1><A NAME="see also">SEE ALSO</A></H1>
  121. <P><A HREF="../../../site/lib/URI.html">the URI manpage</A>, <A HREF="../../../site/lib/URI/WithBase.html">the URI::WithBase manpage</A></P>
  122. <P>
  123. <HR>
  124. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  125. <P>Copyright 1998-1999 Gisle Aas.</P>
  126. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  127. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  128. <STRONG><P CLASS=block> URI::URL - Uniform Resource Locators</P></STRONG>
  129. </TD></TR>
  130. </TABLE>
  131.  
  132. </BODY>
  133.  
  134. </HTML>
  135.