binmode(STDOUT, ":utf8"); use Spreadsheet::Read qw(ReadData); my $book = ReadData ('fajl.ods'); print $book->[1]{B6} . "\n";