<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ablabo</author_name>
  <author_url>https://blog.hatena.ne.jp/ablabo/</author_url>
  <blog_title>ABラボラトリ</blog_title>
  <blog_url>https://ablabo.hatenadiary.org/</blog_url>
  <categories>
    <anon>初めてのPerl</anon>
  </categories>
  <description>3.[8] 文字列のリストを（１行に１個ずつ）入力の終わりまで読み込んで、読み込んだ文字列をASCIIコード順に表示するプログラムを書いてください （文字列を別々の行に出力するプログラム） #! /usr/local/bin/perl # ex3-3a use strict; use warnings; print &quot;文字列を入力してください\n&quot;; chomp(my @nums = &lt;STDIN&gt;); print &quot;入力された文字列を逆順に表\示します\n&quot;; foreach(sort @nums){ print &quot;$_ &quot;; } 結果はこちら。 文字列を入力してください f d s a ^…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fablabo.hatenadiary.org%2Fentry%2F20060122%2F1137863005&quot; title=&quot; [3.10] 練習問題３ - ABラボラトリ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2006-01-22 02:03:25</published>
  <title> [3.10] 練習問題３</title>
  <type>rich</type>
  <url>https://ablabo.hatenadiary.org/entry/20060122/1137863005</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
