ãã©ãããã¯å½¢å¼ã® URI ã¨ããå¼ã³æ¹ã¯ RESTful Web ãµã¼ãã¹ã«åºã¦ãã¦åãã¦å¼ã³æ¹ãç¥ã£ããã ãã©ï¼ãã®ãã©ãããã¯å½¢å¼ã® URI ã¨ï¼æ¡å¼µåä»ãã§ãªã½ã¼ã¹ã®è©³ç´°ãªè¡¨ç¾å½¢æ ãæå®ãã URIï¼é·ããªâ¦ï¼ããã£ã¨ç°¡åã«æ±ãããã£ãã®ã§ï¼ãããªã¢ã¸ã¥ã¼ã«ãæ¸ãã¦ã¿ãï¼ http://coderepos.org/share/browser/lang/perl/URI-Platonic use URI; use URI::Platonic; my $uri = URI->new("http://example.com/path/to/resource.html"); $uri->platonize; # "http://example.com/path/to/resource" (URI object) $uri->platonic_path; # "/path/to/resour
{{#tags}}- {{label}}
{{/tags}}