in reply to Re^2: Read Excel file via Perl
in thread Read Excel file via Perl

Hello alexander_lunev,

You are right I did not know that this works also on LinuxOS.

Sample:

#!/usr/bin/perl use strict; use warnings; print "\$ENV{PWD} is:\t" . $ENV{PWD} . "\n";

Thanks for correcting me. BR

Seeking for Perl wisdom...on the process of learning...not there...yet!