109 |
['.html' => '<!DOCTYPE html><html>'], |
['.html' => '<!DOCTYPE html><html>'], |
110 |
['.xhtml' => '<html xmlns="http://www.w3.org/1999/xhtml">'], |
['.xhtml' => '<html xmlns="http://www.w3.org/1999/xhtml">'], |
111 |
) { |
) { |
112 |
|
my $table = $table; |
113 |
$table =~ s/\.xhtml\b/$type->[0]/g; |
$table =~ s/\.xhtml\b/$type->[0]/g; |
114 |
open my $file, '>', "set-prefix-list$type->[0]" |
open my $file, '>', "set-prefix-list$type->[0]" |
115 |
or die "$0: set-prefix-list$type->[0]: $!"; |
or die "$0: set-prefix-list$type->[0]: $!"; |