(use bytes went beyond scope).Huh?
$ cat /tmp/p #!/usr/bin/perl -wl my $s = "\x{100}"; print length $s; { use bytes; print length $s; } print length $s; $ perl588 /tmp/p 1 2 1 $
Dave.
In reply to Re: Another use bytes and length issue
by dave_the_m
in thread Another use bytes and length issue
by zubster
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |