Pingu has asked for the wisdom of the Perl Monks concerning the following question:
My box at home is fine with this - it just ignores the use lib and carries merrily along.use lib "f:\\path\\to\\scripts\\"; use strict; use CGI qw(:standard); use Text::xSV; ...
This is being called from my script through xSV::bind_header()Expected ',' at f:\path\to\scripts\my_file.csv, line 1, char 0 at Text +::xSV::_get_row()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 1: M$/Linux Perl module compatibility problem
by tilly (Archbishop) on Jun 03, 2001 at 05:00 UTC | |
by Pingu (Sexton) on Jun 04, 2001 at 02:30 UTC | |
|
Re: M$/Linux Perl module compatibility problem
by bikeNomad (Priest) on Jun 03, 2001 at 04:59 UTC | |
|
Re (tilly) 1: M$/Linux Perl module compatibility problem
by tilly (Archbishop) on Jun 03, 2001 at 18:07 UTC |