in reply to Can I do this?

I can't say for sure, but last I checked, you can't use $ inside a variable name.

Edit: Essentially, you are saying you want "$MetaTag_" and "$j" with no operator between them...


-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d- s:++ a--- C++++ UL P+++>++++ L+ E- W++>+++ N !o K- w+ O---- M-- V--
PS PE Y- PGP t++(+++) 5(+++)++++ X R+@ tv+ b+++ DI+ D- G e->+++ h! r-- y-
------END GEEK CODE BLOCK------
Translate

"Weird things happen, get used to it."

Flame ~ Lead Programmer: GMS

Replies are listed 'Best First'.
Re: Re: Can I do this?
by jonknee (Monk) on Jan 10, 2002 at 04:27 UTC
    Nope you can't have a $ in your variable name.... The camel book states: "Scalar variable names begin with a dollar sign followed by a letter, and then possibly more letters, or digits, or underscores".