<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>perlcodesample</author_name>
  <author_url>https://blog.hatena.ne.jp/perlcodesample/</author_url>
  <blog_title>Perl入門ゼミ</blog_title>
  <blog_url>https://perlcodesample.hatenadiary.jp/</blog_url>
  <categories>
  </categories>
  <description>Perl › 関数 › here reverse関数を使用すると、文字列を逆順あるいは配列を逆順にすることができます。 # 文字列を逆順にする $str_reverse = reverse $str; # 配列を逆順にする @array_reverse = reverse @array; ハッシュとキーの値を入れ替えるのに、reverse関数を使用することもできます。 %hash_reverse = reverse %hash; サンプル reverse関数を使って、文字列を逆順に並べ替えるサンプルです。 # 文字列を逆順に並べ替え my $string = 'abc'; $string = …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fperlcodesample.hatenadiary.jp%2Fentry%2F20080227%2F1204130762&quot; title=&quot;reverse関数 - 配列を逆順(文字列を逆順)にする - Perl入門ゼミ&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>2008-02-27 01:46:02</published>
  <title>reverse関数 - 配列を逆順(文字列を逆順)にする</title>
  <type>rich</type>
  <url>https://perlcodesample.hatenadiary.jp/entry/20080227/1204130762</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
