in reply to Compare 2 XML files

See also Set::Scalar: $i = $s->intersection($t); or $i = $s * $t;

Regards, Karl

«The Crux of the Biscuit is the Apostrophe»

perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help