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";
In reply to Re: max string len
by Anonymous Monk
in thread max string len
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |