01236: Perl variable hash keys are disappearing

Summary: Perl variable hash keys are disappearing
Created: 2010-12-14 10:08
Status: Closed - not a bug, replied
Category: Bug
Assigned:
Priority: 4
Version: 2.2.18
OS: Linux 2.6.32-25-server/Apache2/PHP 5.3.2

Description: Whereever (except preformatted) entering a regular Perl variable name, which is a hash, whose key is a variable (starting with a $ dollar sign), this part disappears and can be seen only on the Edit page.

See: Dollar?.

Hello. The {$Variable} part is a valid PmWiki variable, see PageVariables so PmWiki processes it. You need to escape those with either [=...=] or [@...@] around non-PmWiki code. --Petko December 14, 2010, at 11:03 AM