Luinrandir wrote:
> $Player{Location}="Inn"

You are missing a semi-colon, and there is no reason to use double
quotes above.

> require '$Player{Location}.pl'; #no error here, I think.

Single quotes don't interpolate.

> '$Player{Location}'::HTML(); #error occurs here
> 
> I'd hate to have to make a big if then else just to do this...
> 

Not sure what that would be aimed at.

http://danconia.org

> Thanks
> Luinrandir
> 
> 
> 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to