hi
i want to write all the elements of an array to a file to generate a report
i tried the following code.
foreach(@main_time)
{
system([EMAIL=""]"echo \"@{$_}\[/EMAIL]" 1>> $file_name 2>&1");
}
But the its not writing into the file.
please suggest me how to do this