サイトマップ

サイトマップを作成したい

概要 インプットファイルの文字列をUTF-8に変換し 変換した文字列をURLのパラメータとして付与したサイトマップ作成する インプットファイル(input.txt) AAA BBB AAA CCC ソース #!/usr/local/bin/perl use strict; use URI::Escape; my $file = "input.txt"…