Chas. Owens wrote:
On Fri, May 1, 2009 at 10:18, Gunnar Hjalmarsson
wrote:
I agree that perldiag says all that needs to be said. But a common
way to work with perldiag is to look up cryptic error or warning
messages when needed rather than using the diagnostics pragma.
Unfortunately the mess
Hello,
I created an Array, like:
AV *out = newAV () ;
then, I fill it with:
SV *elem = sv_newmortal () ;
sv_setnv (elem, val) ;
av_push (out, elem) ;
where val is a double.
Then, I wanted to change one of the values,
I did a av_fetch and it is OK (just to be sure)
Then, an av_store
On Fri, May 1, 2009 at 10:18, Gunnar Hjalmarsson wrote:
> Chas. Owens wrote:
>>
>> On Wed, Apr 29, 2009 at 19:07, Chas. Owens wrote:
>>>
>>> On Wed, Apr 29, 2009 at 18:44, Gunnar Hjalmarsson
>>> wrote:
>>> snip
You are encouraged to include a patch also when submitting a bug report
>>>
Chas. Owens wrote:
On Wed, Apr 29, 2009 at 19:07, Chas. Owens wrote:
On Wed, Apr 29, 2009 at 18:44, Gunnar Hjalmarsson wrote:
snip
You are encouraged to include a patch also when submitting a bug report - I
did so in the above example, btw - so I still not quite get the distinction.
Are the b