>
> HI,
>
>
> i want to push the contents of array @MSG (Given below) to a file call
> testblat.txt.
> so that i can assign as follows:
> $message = "testblat.txt ";
>
> How to do it??
>
>
>
>
>
>
>
>
>
>
> my @MSG =
> ("Trigger activation mail notification for controlled action on VOB
> ($ENV{'CLEARCASE_VOB_PN'}):
>
> user: $ENV{'CLEARCASE_USER'}
> operation: $ENV{'CLEARCASE_OP_KIND'}
> date: $DATE_TIME
>
> element: $ENV{'CLEARCASE_XPN'}
> comment: $ENV{'CLEARCASE_COMMENT'}\n");
>
> Regards
> javeed
>