TIMTOWTDI (clumsier, but only slightly different):
#!/usr/bin/perl use strict; use warnings; # 777834 my (@copy, $copy, $i); @copy = split (/\s/, <DATA>, 16); for (0..14) { print $copy[$_] . " "; } __DATA__ Pull out only the first 15 words from the pubText field. This is where + I need suggestions, the code below does not work.
In reply to Re: Truncate Data from MySQL
by ww
in thread Truncate Data from MySQL
by rich731
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |