variable question

W

wesf

I'm new to Perl and have taken over a website built on the Interchange
framework. I have a problem that i tracked down to two variables $URL
$ and $EXPAND$. I know variables start with a $, but what's the
significance of the $ after the variable name?
Thanks,
Wes
 
J

Jürgen Exner

wesf said:
I'm new to Perl and have taken over a website built on the Interchange
framework. I have a problem that i tracked down to two variables $URL
$ and $EXPAND$. I know variables start with a $, but what's the
significance of the $ after the variable name?

As far as Perl is concerned: there is none. That trailing dollar sign does
not belong to the variable name.
Maybe it is some marker for the Interchange framework?

jue
 
U

usenet

I have a problem that i tracked down to two variables $URL$
and $EXPAND$

I suspect those are actually template placeholders; Interchange
(whatever that is) would substitute actual values as the page was
served.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,014
Latest member
BiancaFix3

Latest Threads

Top