hello99hello
Programmer
I am writting Linux script withing a perl program.
I intend to make the following changes in Linux in line HERE HERE HERE HERE HERE (below), I was wondering if you could tell me how:
Changing strings and date - change JAMES LOOKMAN to James Lookman, and date - 12/23/2003 to 23-Dec-2003. Any pointer would be appreciated.
chomp($array[2]);
$array[2] = $array[2]."son" ;
HERE HERE HERE HERE HERE
$new_record = join ',', @array;
I intend to make the following changes in Linux in line HERE HERE HERE HERE HERE (below), I was wondering if you could tell me how:
Changing strings and date - change JAMES LOOKMAN to James Lookman, and date - 12/23/2003 to 23-Dec-2003. Any pointer would be appreciated.
chomp($array[2]);
$array[2] = $array[2]."son" ;
HERE HERE HERE HERE HERE
$new_record = join ',', @array;