the output showd be some thing like this:open FILE, "myfile" or die "I am not able to open the file to read"; while (<FILE>) { chomp; $string .= "$_, " ; } close(FILE); chop($string); #removing the last balan space from the string. chop($string); #removing the last , from the string.
"john", "sean", "me".
In reply to qoutes bugging me by anjaana78
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |