#!/usr/bin/perl
use strict;
use warnings;
use Spreadsheet::Read;
my $workbook = ReadData ("test.xls");
print $workbook->[1]{A3} . "\n";
Other examples
Tip
Database interfaces DBIx::Class provides an Object Relational Mapper (ORM) to databases (e.g. Oracle, SQL Server, MySQL, Postgress, Access etc)

Networking and Colocation