Dear masters:
use 5.032;
use utf8;
say OUT "\x{U+2622}"; # going postal
Gives me:
Non-hex character 'U' terminates \x early. Resolved as "\x{00}" at
qrfile.pl line 11.
And the QR created is unreadable.
Thanks in advance.
In article <stostp$fek$[email protected]>, gamo <[email protected]> wrote:
Dear masters:
use 5.032;
use utf8;
say OUT "\x{U+2622}"; # going postal
Gives me:
Non-hex character 'U' terminates \x early. Resolved as "\x{00}" at
qrfile.pl line 11.
And the QR created is unreadable.
Thanks in advance.
You don't need the U+. Just do:
say OUT "\x{2622}"; # going postal
Cheers
Tony
| Sysop: | Keyop |
|---|---|
| Location: | Huddersfield, West Yorkshire, UK |
| Users: | 716 |
| Nodes: | 16 (3 / 13) |
| Uptime: | 53:17:31 |
| Calls: | 12,116 |
| Calls today: | 7 |
| Files: | 15,010 |
| Messages: | 6,518,604 |
| Posted today: | 2 |