in reply to Re: XML::Twig -- sorting by attribute
in thread XML::Twig -- sorting by attribute

Thanks Mirod,
I'm going to give this a try in my program.

I may have over simplified since my clearcase vobs look
more like BuildEnv, Tools, Dialog, Main_Execs, Misc, Database
instead of single letters.  I could change the =~ [a-z] to @vob!~/none/
 

  • Comment on Re: Re: XML::Twig -- sorting by attribute

Replies are listed 'Best First'.
Re: Re: Re: XML::Twig -- sorting by attribute
by mirod (Canon) on Jan 31, 2002 at 19:43 UTC
    I could change the =~ [a-z] to @vob!~/none/

    Actually this would not work as the condition gets interpreted by the module, which only groks =~. It will in the next version though ;--)