Changeset 5227 for lang/perl/Encode-JP-Mobile/trunk/tools
- Timestamp:
- 01/22/08 07:53:35 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Encode-JP-Mobile/trunk/tools/softbank-scrape-name.pl
r4874 r5227 6 6 use YAML; 7 7 use FindBin; 8 use File::Spec::Functions; 9 use Encode; 8 10 9 my $table_file = shift || "$FindBin::Bin/../dat/softbank-table.yaml";11 my $table_file = shift || catfile($FindBin::Bin, qw/.. dat softbank-table.yaml/); 10 12 my $table = YAML::LoadFile($table_file); 11 13 … … 26 28 } 27 29 28 binmode STDOUT, ":utf8";29 print Dump $table; 30 YAML::DumpFile($table_file, $table); 31
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)