in reply to Re: Re: Re: MySQL / Perl Question
in thread MySQL / Perl Question
#!/usr/bin/perl my @array = qw(fred ethel ricky lucy); my $scalar = @array; print $scalar, "\n"; exit;
perl seems to be using a character set that creates the numeral one in a glyph that's just like the US English numeral four. Odd.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: MySQL / Perl Question
by chromatic (Archbishop) on Nov 11, 2001 at 02:21 UTC | |
by blakem (Monsignor) on Nov 11, 2001 at 12:37 UTC |