Home : Products : Gossamer Links : Development, Plugins and Globals :

Products: Gossamer Links: Development, Plugins and Globals: Re: [jaltuve] GoCart problem: Edit Log

Here is the list of edits for this post
Re: [jaltuve] GoCart problem
That error means two variables are being declared with my() inside the same block.

Can you take a look in the code at the lines mentioned in the errors and see if you can see two same name variables.

eg...

Code:
my $foo = 1;

...some code...

my $foo = 2;

Last edited by:

Paul: Mar 31, 2003, 1:47 PM

Edit Log: