http://www.perlmonks.org?node_id=580005


in reply to Net::FTP behavior under Linux and Windows

How could I fix this behaviour on Linux ? Thanks for any hint/explaination.

First of all, are the versions of Perl respectively in Windows and in Linux the same? How 'bout the versions of Net::FTP and Data::Dumper?

kirk:~ [14:06:30]$ perl -V:osname osname='linux'; kirk:~ [14:06:36]$ perl -MData::Dumper -e 'print Dumper undef' $VAR1 = undef;

Replies are listed 'Best First'.
Re^2: Net::FTP behavior under Linux and Windows
by rbi (Monk) on Oct 23, 2006 at 13:04 UTC
    Perl version is v5.8.8 built for x86_64-linux-thread-multi and MSWin32-x86-multi-thread, respectively.
    Net::FTP is 2.75 on both PCs
    Data::Dumper is 2.121_08 on both PCs (but it behaves that way also not using Data::Dumper).<br/