Displaying 1 result from an estimated 1 matches for "5ubscribe".
Did you mean:
subscribe
2007 Sep 26
2
How to 5ubscribe with modules
Ok.. munging the tag below to get pas the agressive mailbot
administrivia filter.
I have a manifest the following:
module::foo{"$someVariable": param1=>"x" }
modul::bar{"data":
5ubscribe => [Module::Foo["$someVariable"]]
}
The only way to get past the parsing seems to be to do one of the
following:
5ubscribe => [Foo["$someVariable"]]
or
5ubscribe => ["Module::Foo[$someVariable]"]
but...