- or download this
#!/usr/bin/perl
...
printf "First: %X; third: %X\n",
ord("\N{first character}"),
ord("\N{third character}");
- or download this
Unknown charname 'first character' at ./mytest line 10, within string
Execution of ./mytest aborted due to compilation errors.
- or download this
#!/usr/bin/perl
...
};
use charnames ":alias" => $characters;