in reply to Re: XML Simple
in thread XML Simple

Good Morning,

I have reinstall perl (\Dwim), and only one version! So I m ready now.

Please: How selecte singelnode nestet with Twig. and holdet by my $var =? (in the future so i can add math formula) (With Shell was : $xbcom = (xml$xdxml).selectSingleNode("city/bases/@com").$xt)

How cleen variable: all or selective

Thanks @r

Nota bene:

I don't was able to install "format number". Regex is good to do.

my $VarNum = "14589965321"; # or "my $xbcom =" $ins =~ s/(\d)(?=(\d{3})+(?!\d))/$1 /g; print "$VarNum\n";