Hi All,
Is there a way to push all the elements of an array into one single variable. What I have is the is this
for ($z..$#xml_builds)
{
my $write_to_ea =
@xml_builds[$z];
$z++;
}
Now I want all the elements in that array pushed into a variable so I can then write that variable to an Extended Attribute on a file in TeamSite.
Thanks.
Lucas Cochrane
lcochrane@dc.com