{"id":829,"date":"2023-01-10T02:15:01","date_gmt":"2023-01-10T02:15:01","guid":{"rendered":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829"},"modified":"2023-02-08T21:39:47","modified_gmt":"2023-02-08T21:39:47","slug":"perl-%e8%a6%9a%e3%81%88%e6%9b%b8%e3%81%8d","status":"publish","type":"post","link":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829","title":{"rendered":"Perl \u899a\u3048\u66f8\u304d"},"content":{"rendered":"<p>\u6700\u8fd1\u3067\u306f\u898b\u304b\u3051\u308b\u6a5f\u4f1a\u3082\u6e1b\u3063\u3066\u304d\u305f Perl \u3068\u3044\u3046\u8a00\u8a9e\u3060\u304c\u3001\u30ec\u30ac\u30b7\u30fc\u306a\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u4f7f\u308f\u308c\u3066\u3044\u305f\u308a\u3059\u308b\u3002<\/p>\n<h2>MacOS \u3067\u306f\u6a19\u6e96\u3067\u642d\u8f09\u3055\u308c\u3066\u3044\u308b<\/h2>\n<p>\u3061\u306a\u307f\u306b MacOS \u3067\u306f\u6a19\u6e96\u3067\u642d\u8f09\u3055\u308c\u3066\u3044\u308b\u3002<br \/>\n\u30bf\u30fc\u30df\u30ca\u30eb\u3067<\/p>\n<pre><code>which perl<\/code><\/pre>\n<p>\u3068\u30bf\u30a4\u30d7\u3059\u308b\u3068<\/p>\n<pre><code>\/usr\/bin\/perl<\/code><\/pre>\n<p>\u3068\u8fd4\u3063\u3066\u304f\u308b\u306f\u305a\u3060\u3002<\/p>\n<p>\u30d0\u30fc\u30b8\u30e7\u30f3\u3082\u30c1\u30a7\u30c3\u30af\u3002<\/p>\n<pre><code>perl --version<\/code><\/pre>\n<p>\u3068\u3059\u308b\u3068<\/p>\n<pre><code>This is perl 5, version 30, subversion 3 (v5.30.3) built for darwin-thread-multi-2level\r\n(with 2 registered patches, see perl -V for more detail)\r\n\r\nCopyright 1987-2020, Larry Wall\r\n\uff08\u4ee5\u4e0b\u7565\uff09<\/code><\/pre>\n<p>\u3068\u8fd4\u3063\u3066\u304f\u308b\u3002v5.30.3 \u3060\u305d\u3046\u3067\u3059\u3002<\/p>\n<h2>\u30bf\u30fc\u30df\u30ca\u30eb\u3067\u30cf\u30ed\u30ef<\/h2>\n<p>\u52d5\u4f5c\u78ba\u8a8d\u3002<\/p>\n<pre><code>perl -e 'print \"Hello, World\\n\"'<\/code><\/pre>\n<p>\u3082\u3061\u308d\u3093 Hello, World \u3068\u8868\u793a\u3055\u308c\u308b\u3002<\/p>\n<p>\u3078\u3048\u3001\u52d5\u304f\u3093\u3060\u3002<\/p>\n<h2>\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u66f8\u3044\u3066\u5b9f\u884c<\/h2>\n<p>\u30bf\u30fc\u30df\u30ca\u30eb\u3067\u5bfe\u8a71\u30e2\u30fc\u30c9\u3067\u4f7f\u3046\u3053\u3068\u306f\u7a00\u3060\u3068\u601d\u3046\u306e\u3067\u3001\u30b9\u30af\u30ea\u30d7\u30c8\u30d5\u30a1\u30a4\u30eb\u3092\u66f8\u3044\u3066\u307f\u308b\u3002<\/p>\n<p>perl \u3068\u3044\u3048\u3070\u30c6\u30ad\u30b9\u30c8\u64cd\u4f5c\u3060\u3068\u601d\u3046\u306e\u3067\u3001\u307e\u305a\u306f\u30d5\u30a9\u30eb\u30c0\u3092\u4f5c\u308b\u3002<\/p>\n<pre><code>\uff08mkdir.pl)\r\n#!\/usr\/bin\/perl\r\n\r\nuse warnings;\r\nuse strict;\r\n\r\nprint \"mkdir test\\n\";\r\nmy $dir = \"testdir\";\r\nmkdir $dir\r\n  or die \" fail: $!\";\r\nprint \"$dir has been created\\n\";<\/code><\/pre>\n<p>\u30ef\u30a4\u306f\u3001\u30a8\u30c7\u30a3\u30bf\u306f\u3082\u3063\u3071\u3089 Visual Studio Code \u3092\u4f7f\u3063\u3066\u3044\u308b\u304c\u3001cmd + N \u3067\u65b0\u898f\u30d5\u30a1\u30a4\u30eb\u3092\u4f5c\u6210\u3057\u3066\u3001\u4e0a\u306e\u3088\u3046\u306b\u30bf\u30a4\u30d7\u3057\u3001\u4fdd\u5b58\u3002<br \/>\n\u5b9f\u884c\u6a29\u9650\u3092\u9069\u5f53\u306b\u4e0e\u3048\u3066 .\/mkdir.pl \u3068\u3057\u3066\u5b9f\u884c\u3055\u305b\u308b\u3068\u3053\u306e\u30d5\u30a9\u30eb\u30c0\u968e\u5c64\u76f4\u4e0b\u306b\u30d5\u30a9\u30eb\u30c0\u3092\u3064\u304f\u3063\u3066\u304f\u308c\u305f\u3002<\/p>\n<p>\u78ba\u304b\u306b\u4fbf\u5229\u3063\u3059\u306d\u3002<\/p>\n<p>\u306a\u304a\u3001my \u306f\u30ed\u30fc\u30ab\u30eb\u5909\u6570\u3089\u3057\u3044\u306e\u3060\u304c\u3001perl \u306f\u6b74\u53f2\u7684\u7d4c\u7def\u3067\u3053\u308c\u3092\u30ec\u30ad\u30b7\u30ab\u30eb\u5909\u6570\u3068\u3044\u3046\u306e\u3060\u305d\u3046\u3060\u3002<\/p>\n<h2>Perl \u306b\u3064\u3044\u3066<\/h2>\n<p>\u3088\u308a\u672c\u683c\u7684\u306b\u4f7f\u3044\u59cb\u3081\u308b\u524d\u306b\u3044\u304f\u3064\u304b\u57fa\u672c\u4e8b\u9805\u3002<\/p>\n<p>\u516c\u5f0f\u30b5\u30a4\u30c8\u306f <a href=\"https:\/\/www.perl.org\/\">https:\/\/www.perl.org\/<\/a> \u3002<\/p>\n<p>\u672c\u683c\u7684\u306b\u4f7f\u3046\u306e\u3067\u3042\u308c\u3070\u3001\u30e2\u30b8\u30e5\u30fc\u30eb CPAN \u306f\u5fc5\u9808\u306e\u3088\u3046\u3060\u3002<br \/>\n\u306a\u304a\u3001CPAN \u306f Comprehensive Perl Archive Network \u306e\u7565\u3002<\/p>\n<p>\u305f\u3060\u3057\u3001\u30d5\u30a1\u30a4\u30eb\u64cd\u4f5c\u306e\u57fa\u672c\u7684\u6a5f\u80fd\u306f\u30c7\u30d5\u30a9\u30eb\u30c8\u3067\u4f7f\u3048\u308b\u3063\u307d\u3044\u3002<\/p>\n<p>\u30b3\u30e1\u30f3\u30c8\u306f # \u3057\u304b\u306a\u3044\u3088\u3046\u3060\u3002<\/p>\n<p>\u8907\u6570\u884c\u3067\u3082 # \u3092\u4f7f\u3046\u306e\u304c\u6b63\u5f0f\u30eb\u30fc\u30eb\u3089\u3057\u3044\u3002<\/p>\n<p>\u305f\u3060\u3001POD \u5f62\u5f0f\u3068\u3044\u3046\u3082\u306e\u304c\u3042\u308a\u3001<\/p>\n<pre><code>=pod\r\ncomment\r\nPerl ignores this line\r\n=cut<\/code><\/pre>\n<p>\u3068\u3059\u308b\u3068\u89e3\u91c8\u6642\u306b\u306f\u7121\u8996\u3057\u3066\u304f\u308c\u308b\u3089\u3057\u304f\u3001\u30c7\u30d0\u30c3\u30b0\u6642\u306b\u306f\u3053\u308c\u3092\u30b3\u30e1\u30f3\u30c8\u3068\u3057\u3066\u4f7f\u3063\u3066\u3082\u554f\u984c\u306f\u306a\u3044\u3088\u3046\u3060\u3002<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>\uff08\u7d9a\u304f\uff09<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u6700\u8fd1\u3067\u306f\u898b\u304b\u3051\u308b\u6a5f\u4f1a\u3082\u6e1b\u3063\u3066\u304d\u305f Perl \u3068\u3044\u3046\u8a00\u8a9e\u3060\u304c\u3001\u30ec\u30ac\u30b7\u30fc\u306a\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u4f7f\u308f\u308c\u3066\u3044\u305f\u308a\u3059\u308b\u3002 MacOS \u3067\u306f\u6a19\u6e96\u3067\u642d\u8f09\u3055\u308c\u3066\u3044\u308b \u3061\u306a\u307f\u306b MacOS \u3067\u306f\u6a19\u6e96\u3067\u642d\u8f09\u3055\u308c\u3066\u3044\u308b\u3002 \u30bf\u30fc\u30df\u30ca\u30eb\u3067 which &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829\" class=\"more-link\"><span class=\"screen-reader-text\">&#8220;Perl \u899a\u3048\u66f8\u304d&#8221; \u306e<\/span>\u7d9a\u304d\u3092\u8aad\u3080<\/a><\/p>\n","protected":false},"author":3,"featured_media":837,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":""},"categories":[61],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Perl \u899a\u3048\u66f8\u304d | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Perl \u899a\u3048\u66f8\u304d | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\" \/>\n<meta property=\"og:description\" content=\"\u6700\u8fd1\u3067\u306f\u898b\u304b\u3051\u308b\u6a5f\u4f1a\u3082\u6e1b\u3063\u3066\u304d\u305f Perl \u3068\u3044\u3046\u8a00\u8a9e\u3060\u304c\u3001\u30ec\u30ac\u30b7\u30fc\u306a\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u4f7f\u308f\u308c\u3066\u3044\u305f\u308a\u3059\u308b\u3002 MacOS \u3067\u306f\u6a19\u6e96\u3067\u642d\u8f09\u3055\u308c\u3066\u3044\u308b \u3061\u306a\u307f\u306b MacOS \u3067\u306f\u6a19\u6e96\u3067\u642d\u8f09\u3055\u308c\u3066\u3044\u308b\u3002 \u30bf\u30fc\u30df\u30ca\u30eb\u3067 which &hellip; &quot;Perl \u899a\u3048\u66f8\u304d&quot; \u306e\u7d9a\u304d\u3092\u8aad\u3080\" \/>\n<meta property=\"og:url\" content=\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829\" \/>\n<meta property=\"og:site_name\" content=\"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/Akiba.Chan.2021\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-10T02:15:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-02-08T21:39:47+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/perl-900.png\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"536\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@AkibaChan3\" \/>\n<meta name=\"twitter:site\" content=\"@AkibaChan3\" \/>\n<meta name=\"twitter:label1\" content=\"\u57f7\u7b46\u8005\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u79cb\u8449\" \/>\n\t<meta name=\"twitter:label2\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#website\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/\",\"name\":\"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\",\"description\":\"\u30a6\u30de\u5a18\u95a2\u9023\u306e\u30cd\u30bf\u304c\u591a\u3044\u3067\u3057\u3087\u3046\u304b\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ja\"},{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829#primaryimage\",\"inLanguage\":\"ja\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/perl-900.png\",\"contentUrl\":\"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/perl-900.png\",\"width\":900,\"height\":536},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829#webpage\",\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829\",\"name\":\"Perl \u899a\u3048\u66f8\u304d | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011\",\"isPartOf\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829#primaryimage\"},\"datePublished\":\"2023-01-10T02:15:01+00:00\",\"dateModified\":\"2023-02-08T21:39:47+00:00\",\"author\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308\"},\"breadcrumb\":{\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"HOME\",\"item\":\"https:\/\/p-horlix.net\/umamusume-phazor\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Perl \u899a\u3048\u66f8\u304d\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308\",\"name\":\"\u79cb\u8449\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/p-horlix.net\/umamusume-phazor\/#personlogo\",\"inLanguage\":\"ja\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g\",\"caption\":\"\u79cb\u8449\"},\"url\":\"https:\/\/p-horlix.net\/umamusume-phazor\/?author=3\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Perl \u899a\u3048\u66f8\u304d | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829","og_locale":"ja_JP","og_type":"article","og_title":"Perl \u899a\u3048\u66f8\u304d | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","og_description":"\u6700\u8fd1\u3067\u306f\u898b\u304b\u3051\u308b\u6a5f\u4f1a\u3082\u6e1b\u3063\u3066\u304d\u305f Perl \u3068\u3044\u3046\u8a00\u8a9e\u3060\u304c\u3001\u30ec\u30ac\u30b7\u30fc\u306a\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u3067\u306f\u4f7f\u308f\u308c\u3066\u3044\u305f\u308a\u3059\u308b\u3002 MacOS \u3067\u306f\u6a19\u6e96\u3067\u642d\u8f09\u3055\u308c\u3066\u3044\u308b \u3061\u306a\u307f\u306b MacOS \u3067\u306f\u6a19\u6e96\u3067\u642d\u8f09\u3055\u308c\u3066\u3044\u308b\u3002 \u30bf\u30fc\u30df\u30ca\u30eb\u3067 which &hellip; \"Perl \u899a\u3048\u66f8\u304d\" \u306e\u7d9a\u304d\u3092\u8aad\u3080","og_url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829","og_site_name":"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","article_publisher":"https:\/\/www.facebook.com\/Akiba.Chan.2021\/","article_published_time":"2023-01-10T02:15:01+00:00","article_modified_time":"2023-02-08T21:39:47+00:00","og_image":[{"width":900,"height":536,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/perl-900.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_creator":"@AkibaChan3","twitter_site":"@AkibaChan3","twitter_misc":{"\u57f7\u7b46\u8005":"\u79cb\u8449","\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"1\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#website","url":"https:\/\/p-horlix.net\/umamusume-phazor\/","name":"\u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","description":"\u30a6\u30de\u5a18\u95a2\u9023\u306e\u30cd\u30bf\u304c\u591a\u3044\u3067\u3057\u3087\u3046\u304b","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/p-horlix.net\/umamusume-phazor\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ja"},{"@type":"ImageObject","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829#primaryimage","inLanguage":"ja","url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/perl-900.png","contentUrl":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/perl-900.png","width":900,"height":536},{"@type":"WebPage","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829#webpage","url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829","name":"Perl \u899a\u3048\u66f8\u304d | \u79cb\u8449\u3061\u3083\u3093\u306d\u308b\u3010\u5225\u9928\u3011","isPartOf":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#website"},"primaryImageOfPage":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829#primaryimage"},"datePublished":"2023-01-10T02:15:01+00:00","dateModified":"2023-02-08T21:39:47+00:00","author":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308"},"breadcrumb":{"@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/p-horlix.net\/umamusume-phazor\/?p=829"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=829#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"HOME","item":"https:\/\/p-horlix.net\/umamusume-phazor"},{"@type":"ListItem","position":2,"name":"Perl \u899a\u3048\u66f8\u304d"}]},{"@type":"Person","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#\/schema\/person\/6a538594548c2ec36955811c54070308","name":"\u79cb\u8449","image":{"@type":"ImageObject","@id":"https:\/\/p-horlix.net\/umamusume-phazor\/#personlogo","inLanguage":"ja","url":"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7f6d2dae0b83715553d92792c84890d9?s=96&d=mm&r=g","caption":"\u79cb\u8449"},"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?author=3"}]}},"jetpack_featured_media_url":"https:\/\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/perl-900.png","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":1029,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=1029","url_meta":{"origin":829,"position":0},"title":"Objective-C \u304b\u3089 Swift \u3078","date":"2023-04-05","format":false,"excerpt":"Obj-C \u3068 Swift \u3092\u884c\u3063\u305f\u308a\u6765\u305f\u308a\u3059\u308b\u6642\u3001\u6c17\u306b\u3057\u3066\u304a\u3044\u305f\u65b9\u304c\u3044\u3044\u30dd\u30a4\u30f3\u30c8\u3002 \u30fb\u30fb\u306e\u524d\u306b O\u2026","rel":"","context":"Objective-C","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/04\/objc2swift.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":71,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=71","url_meta":{"origin":829,"position":1},"title":"PHP \u518d\u5165\u9580","date":"2022-08-13","format":false,"excerpt":"\u306f\u3058\u3081\u306b wordpress \u306f\u3088\u304f\u4f7f\u3046\u5272\u306b PHP \u3063\u3066\u771f\u9762\u76ee\u306b\u52c9\u5f37\u3057\u305f\u4e8b\u306a\u3044\u306a\u3042\u3001\u3068\u3044\u3046\u308f\u3051\u3067\u3001\u2026","rel":"","context":"PHP","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2022\/08\/php.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":2007,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=2007","url_meta":{"origin":829,"position":2},"title":"J2ObjC \u306f\u4f7f\u3048\u308b\u304b\uff1f","date":"2025-11-05","format":false,"excerpt":"Java \u30d7\u30ed\u30b0\u30e9\u30e0\u3092 Objective-C \u30d7\u30ed\u30b0\u30e9\u30e0\u306b\u5909\u63db\u3057\u3066\u304f\u308c\u308b\u5929\u4e0b\u306e\u30b0\u30fc\u30b0\u30eb\u8b39\u88fd\u30d7\u30ed\u30b8\u30a7\u2026","rel":"","context":"Java","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2025\/11\/J2ObjC.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":734,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=734","url_meta":{"origin":829,"position":3},"title":"Anaconda Python For Mac \u306e\u4f7f\u3044\u65b9\uff08\u30e1\u30e2\uff09","date":"2023-01-31","format":false,"excerpt":"Anaconda Python \u306e\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u8a18\u4e8b\u306f\u6570\u591a\u304f\u3042\u308b\u304c\u3001\u5b9f\u52d9\u7684\u306a\u4f7f\u3044\u65b9\u306f\u305d\u3093\u306a\u306b\u591a\u304f\u306a\u3044\u3002\u2026","rel":"","context":"Python","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2023\/01\/anaconda-python-memo-mac.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":214,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=214","url_meta":{"origin":829,"position":4},"title":"TomEE \u3092\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u304b\u3089\u30d3\u30eb\u30c9&#038;\u30c7\u30d7\u30ed\u30a4\u3059\u308b","date":"2022-09-03","format":false,"excerpt":"\u30d3\u30eb\u30c9 GitHub \u304b\u3089\u30bd\u30fc\u30b9\u30b3\u30fc\u30c9\u3092\u6301\u3063\u3066\u304f\u308b\u3002 maven \u3067\u7ba1\u7406\u3055\u308c\u3066\u3044\u308b\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306a\u306e\u3067\u2026","rel":"","context":"Java","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2022\/08\/tomcat-javaee-tomEE-1.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":446,"url":"https:\/\/p-horlix.net\/umamusume-phazor\/?p=446","url_meta":{"origin":829,"position":5},"title":"Payara 6 \u3092\u4f7f\u3046","date":"2022-11-24","format":false,"excerpt":"WildFly, TomEE ,GlassFish \u3068\u304d\u305f\u306e\u3067\u3001\u3053\u3053\u306f\u5f53\u7136\uff1f payara \u306b\u3082\u624b\u3092\u2026","rel":"","context":"MacOS","img":{"alt_text":"","src":"https:\/\/i0.wp.com\/p-horlix.net\/umamusume-phazor\/wp-content\/uploads\/2022\/11\/introduction-payara.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/829"}],"collection":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=829"}],"version-history":[{"count":10,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/829\/revisions"}],"predecessor-version":[{"id":843,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/posts\/829\/revisions\/843"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=\/wp\/v2\/media\/837"}],"wp:attachment":[{"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=829"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=829"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/p-horlix.net\/umamusume-phazor\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=829"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}