in reply to max string len
open(SQL, "$filepath") || die "Cannot open file $filepath: $!"; @lines =<SQL>; for($ii=0; $ii < @lines; $ii++) { $command_str = $command_str . $lines[$ii]; } print $command_str; print "\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: max string len
by cowboy (Friar) on Feb 04, 2005 at 23:23 UTC | |
|
Re^2: max string len
by Errto (Vicar) on Feb 05, 2005 at 00:28 UTC | |
|
Re^2: max string len
by Animator (Hermit) on Feb 05, 2005 at 15:41 UTC |