Search Results

Search: Posts Made By: Jack_Bruce
Forum: Programming 08-25-2015
7,040
Posted By derekludwig
#! /usr/bin/perl use strict; use warnings;...
#! /usr/bin/perl

use strict;
use warnings;
use Spreadsheet::WriteExcel;

my $file = shift @ARGV;
my $workbook = Spreadsheet::WriteExcel->new($file) or die "can't create worksheet: $!";

my...
Showing results 1 to 1 of 1

 
All times are GMT -4. The time now is 10:39 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy