Help for this page

Select Code to Download


  1. or download this
     this, that and the other thing.<text:span 
    text:style-name="footnote reference"> ...rest of footnote code </text:
    +span> maybe more text here.
    
  2. or download this
    #!/usr/local/bin/perl
    use strict;
    ...
                           "$replace" );
    }
    $document->save("output.sxw");
    
  3. or download this
    sub jf { print substr($_[0], -1);
                   jf( substr($_[0], 0, length($_[0])-1))
                        if length $_[0] > 1; }
    jf('gro.alubaf@yehaf');