Help for this page

Select Code to Download


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