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

  1.  
  2. <HTML>
  3. <HEAD>
  4. <TITLE>URI::WithBase - URI which remember their base</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::WithBase - URI which remember their base</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::WithBase - URI which remember their base</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::WithBase->new($str, $base);
  46.  $u2 = $u1->abs;</PRE>
  47. <PRE>
  48.  $base = $u1->base;
  49.  $u1->base( $new_base )</PRE>
  50. <P>
  51. <HR>
  52. <H1><A NAME="description">DESCRIPTION</A></H1>
  53. <P>This module provide the <CODE>URI::WithBase</CODE> class.  Objects of this class
  54. are like <CODE>URI</CODE> objects, but can keep their base too.</P>
  55. <P>The methods provided in addition to or modified from those of <CODE>URI</CODE> are:</P>
  56. <DL>
  57. <DT><STRONG><A NAME="item_new">$uri = URI::WithBase->new($str, [$base])</A></STRONG><BR>
  58. <DD>
  59. The constructor takes a an optional base URI as the second argument.
  60. <P></P>
  61. <DT><STRONG><A NAME="item_base">$uri->base( [$new_base] )</A></STRONG><BR>
  62. <DD>
  63. This method can be used to get or set the value of the base attribute.
  64. <P></P>
  65. <DT><STRONG><A NAME="item_abs">$uri->abs( [$base_uri] )</A></STRONG><BR>
  66. <DD>
  67. The $base_uri argument is now made optional as the object carries it's
  68. base with it.
  69. <P></P>
  70. <DT><STRONG><A NAME="item_rel">$uri->rel( [$base_uri] )</A></STRONG><BR>
  71. <DD>
  72. The $base_uri argument is now made optional as the object carries it's
  73. base with it.
  74. <P></P></DL>
  75. <P>
  76. <HR>
  77. <H1><A NAME="see also">SEE ALSO</A></H1>
  78. <P><A HREF="../../../site/lib/URI.html">the URI manpage</A></P>
  79. <P>
  80. <HR>
  81. <H1><A NAME="copyright">COPYRIGHT</A></H1>
  82. <P>Copyright 1998 Gisle Aas.</P>
  83. <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%>
  84. <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR="#cccccc">
  85. <STRONG><P CLASS=block> URI::WithBase - URI which remember their base</P></STRONG>
  86. </TD></TR>
  87. </TABLE>
  88.  
  89. </BODY>
  90.  
  91. </HTML>
  92.