CQL::PrefixNode(3pm) User Contributed Perl Documentation CQL::PrefixNode(3pm)NAMECQL::PrefixNode - represents a prefix node in a CQL parse treeSYNOPSISuse CQL::PrefixNode; my $prefix = CQL::PrefixNode->new( name => '', identifier => '', subtree => $node );DESCRIPTIONMETHODSnew() Creates a new CQL::PrefixNode inducing a mapping from the specified qualifier-set name to the specified identifier across the specified subtree. getPrefix() getSubtree() toCQL() toXCQL() perl v5.12.4 2009-12-02 CQL::PrefixNode(3pm)