Help for this page

Select Code to Download


  1. or download this
    use Excel;
    
    ...
    my $t = Excel->new("c:/temp/there.xls");
    $t->print("two", join("\n",13 .. 25) . scalar(localtime));
    }