Hello,

        If I have the following template code:

----------
SET test_hash = {
        'keys' => 'foo',
        'bar'  => 'baz',
};

GET test_hash.keys();
----------

...what I get back is “foo” rather than an array reference.

The .items() hash vmethod allows me to specify that I want an item 
rather than a vmethod; how can I specify that I want it the other way, 
getting a vmethod rather than an item?

-FG

-- 
Felipe Gasper
Linux/BSD development

cPanel, Inc.
3131 W. Alabama St.
Houston, TX 77098
office 713-529-0800 x4096
cell 832-633-8092
fax 713-559-3206

_______________________________________________
templates mailing list
templates@template-toolkit.org
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to