以下の内容はhttps://blog.kyanny.me/entry/2023/04/10/131432より取得しました。


these_keys what_keys 決定版

function these_keys() {
  cat - | perl -Xsnle 'BEGIN{ @keys = split / +/, $keys; $, = " " } %tmp = /([^ ]+)=("[^"]+"|[^ ]+)/g; for $key (@keys) { push @tmp, "$key=$tmp{$key}" }; print @tmp; undef @tmp' -- -keys="$*"
}

function what_keys() {
  cat - | perl -Xnle 'BEGIN { $, = "\n" } @tmp=/([^ ]+)=/g; for $key (@tmp) { push @keys, $key unless $key ~~ @keys }; END{ print @keys}'
}



以上の内容はhttps://blog.kyanny.me/entry/2023/04/10/131432より取得しました。
このページはhttp://font.textar.tv/のウェブフォントを使用してます

不具合報告/要望等はこちらへお願いします。
モバイルやる夫Viewer Ver0.14