- or download this
line1
line2
...
n01chocoloate;more stuff
n01vanilla;more stuff
etc...
- or download this
line1
line2
...
g total choco vanil
g ----- ----- -----
p x x x
- or download this
g total chocolate vanilla
g ----- --------- -------
p x x x
- or download this
#!/usr/bin/perl
use warnings;
...
n10total
n01chocoloate;more stuff
n01vanilla;more stuff
- or download this
$x = length ($gtext);
- or download this
$ftext = substr($ntext,0,$x);