这个
perl -CO -E 'say "\N{U+00E1}"'
版画
á
如何实现与以下相同:
echo "U+00E1" | perl -CO -lnE 'say what_here($_)'
perl -CO -E 'say "\N{U+00E1}"'
版画
á
如何实现与以下相同:
echo "U+00E1" | perl -CO -lnE 'say what_here($_)'