in reply to Missing \t in print output
As I asked earlier,
HAVE YOU RE-READ perldoc -f join?
and
WHERE DOES printflush COME FROM?
Answers:
"join EXPR,LIST
"Joins the separate strings of LIST into a single string with fields separated by the value of EXPR, and returns that new string. string. Example:
$rec = join(':', $login,$passwd,$uid,$gid,$gcos,$home,$shell);
"
If my previous attempt (in the CB) to help was unclear or misleading, my apologies for the sharp tone here.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Missing \t in print output
by Sophienz (Acolyte) on Jul 15, 2015 at 09:53 UTC | |
by ww (Archbishop) on Jul 15, 2015 at 12:08 UTC |