The -E enables "use feature 'unicode_strings'".$ perl-5.14.2 -wE '$_ = chr 0xA0; say /\s/ || 0' 1 $ perl-5.12.2 -wE '$_ = chr 0xA0; say /\s/ || 0' 0
In reply to Re^2: Can I change \s?
by JavaFan
in thread Can I change \s?
by pileofrogs
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |