=encoding euc-jp =head1 NAME =begin original URI::URL - Uniform Resource Locators =end original URI::URL - 統一資源位置指定子 =head1 SYNOPSIS $u1 = URI::URL->new($str, $base); $u2 = $u1->abs; =head1 DESCRIPTION =begin original This module is provided for backwards compatibility with modules that depend on the interface provided by the C class that used to be distributed with the libwww-perl library. =end original このモジュールは、libwww-perl ライブラリで配布されていた C クラスによって提供されていたインターフェースに 依存しているモジュールとの後方互換性のために提供されています。 =begin original The following differences exist compared to the C class interface: =end original C クラスインターフェースと比べて、次のような違いがあります: =over 3 =item * =begin original The URI::URL module exports the url() function as an alternate constructor interface. =end original URI::URL モジュールは、代替コンストラクタインターフェースとして url() 関数をエクスポートします。 =item * =begin original The constructor takes an optional $base argument. The C class is a subclass of C. =end original コンストラクタはオプションの $base 引数を取ります。 C クラスは C のサブクラスです。 =item * =begin original The URI::URL->newlocal class method is the same as URI::file->new_abs. =end original URI::URL->newlocal クラスメソッドは URI::file->new_abs と同じです。 =item * URI::URL::strict(1) =item * =begin original $url->print_on method =end original $url->print_on メソッド =item * =begin original $url->crack method =end original $url->crack メソッド =item * =begin original $url->full_path: same as ($uri->abs_path || "/") =end original $url->full_path: ($uri->abs_path || "/") と同じ =item * =begin original $url->netloc: same as $uri->authority =end original $url->netloc: $uri->authority と同じ =item * =begin original $url->epath, $url->equery: same as $uri->path, $uri->query =end original $url->epath, $url->equery: $uri->path, $uri->query と同じ =item * =begin original $url->path and $url->query pass unescaped strings. =end original $url->path と $url->query はエスケープされない文字列を渡します。 =item * =begin original $url->path_components: same as $uri->path_segments (if you don't consider path segment parameters) =end original $url->path_components: $uri->path_segments と同じ (パスセグメント引数を考慮しない場合) =item * =begin original $url->params and $url->eparams methods =end original $url->params と $url->eparams メソッド =item * =begin original $url->base method. See L. =end original $url->base メソッド。 L を参照。 =item * =begin original $url->abs and $url->rel have an optional $base argument. See L. =end original $url->abs と $url->rel はオプションの $base 引数があります。 L を参照。 =item * =begin original $url->frag: same as $uri->fragment =end original $url->frag: $uri->fragment と同じ =item * =begin original $url->keywords: same as $uri->query_keywords =end original $url->keywords: $uri->query_keywords と同じ =item * =begin original $url->localpath and friends map to $uri->file. =end original $url->localpath と類似品は $uri->file にマッピングする。 =item * =begin original $url->address and $url->encoded822addr: same as $uri->to for mailto URI =end original $url->address と $url->encoded822addr: mailto URI の $uri->to と同じ =item * =begin original $url->groupart method for news URI =end original news URI のための $url->groupart メソッド =item * =begin original $url->article: same as $uri->message =end original $url->article: $uri->message と同じ =back =head1 SEE ALSO L, L =head1 COPYRIGHT Copyright 1998-2000 Gisle Aas. =begin meta Translate: SHIRAKATA Kentaro (1.35-) Status: completed =end meta =cut