![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
I am using ActiveState.
I have the same version on another server which gives the same error also. It's the eval<<EDQ here...
my $even_codes = ''; while ($even_bits =~ /\0/g) { $even_codes .= sprintf '\%o', (pos $even_bits) - 1; } eval<<EDQ; I am using another version of it locally now, still getting the same error. In reply to Re: Re: Problems with String::Parity;
by dwatson06
|
|