Skip to content

Latest commit

 

History

History
executable file
·
107 lines (64 loc) · 2.3 KB

Split.pod

File metadata and controls

executable file
·
107 lines (64 loc) · 2.3 KB

NAME

URI::Split - URI ���絖������������若�鴻�������恰�����������

SYNOPSIS

use URI::Split qw(uri_split uri_join);
($scheme, $auth, $path, $query, $frag) = uri_split($uri);
$uri = uri_join($scheme, $auth, $path, $query, $frag);

DESCRIPTION

URI ���絖������勉����若�鴻�������恰��������茵������∽�違�����箴������障����� 罨<�勰�∽�違�����箴���������障��:

($scheme, $auth, $path, $query, $frag) = uri_split($uri)

URI ���絖�������罕����荀�膣�������茹c����障����� 荀�膣������ŝ�����������絲障����⓾�� undef ���菴���������障����� $path ��������壠幻���絖���������� (篏����腥堺��絖������勉�������壔�������障��) ��勉�с�� undef ���菴������������壔�������障��������

�����勰�∽�違����鴻�˨�í�潟�潟����㏍�鴻����у�若�喝�冴�������������� ��鴻�������潟�勉�������ゃ�虁�������障��������

$uri = uri_join($scheme, $auth, $path, $query, $frag)

URI ��勤��膣����������絖�������篏����筝������障����� 絖���������ŝ�����������絲障����⓾�壔��絲上��������綣���違�������� undef ���羝<����������хず�����障�����

�����若�泣��羞隙恒���������篋�膣����絖������˨����������˨�壩��絨������勉����鴻�宴�若�����茵���������障����� 箴������違��$path ��˨����� '?' ��� '#' ��壠幻��˨����鴻�宴�若����������障��; ��������ŝ�������違�壔����ŝ�������í�違�<�潟����������⓾����若�鴻����������������������ŝ����������с�����

SEE ALSO

URI, URI::Escape

COPYRIGHT

Copyright 2003, Gisle Aas

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.