request to run one-liner on perl v5.8
[email protected] (Karl Williamson)
| Newsgroups | perl.mvs |
|---|---|
| Message-ID | <[email protected]> |
Could someone with a working v5.8 Perl, please run this one-liner on it,
and report back the output
perl -le 'my $a = pack("U", 65); print ord $a'
Thanks in advance