I am getting the following error.
Associated with this line.
I still get the same error if I substitute as
@NEWLINK is declared as an array but what does the error mean?
Keith
Code:
Can't modify single ref constructor in concatenation (.) at c:/perl/htdocs/audiotec/audio22.cgi line 2767, near ";"
Code:
$NEWLINK[$x].="<a href=\"audio22.cgi?call=showitem&piccynum=$OLD_RAND_PIC&biscuits=$WANTS&showthis=$NEWCODE[$x]\"><img border=\"0\" src=\"$NEWIMG[$x]\" alt=\"$NEWALT\"><h3>$NEWPRICE[$x]</h3></a>";
Code:
$NEWLINK[$x].="MOG";
Keith