in reply to Accessing files on a Windows server from *NIX via SMB

A quick CPAN search finds, for example, Filesys::SMBClient

use POSIX; use Filesys::SmbClient; my $smb = new Filesys::SmbClient(username => "luser", password => "password", workgroup => "BILLING"); # Read a file my $fd = $smb->open("smb://target/sharename/file.csv", '0666');

The intelligent reader will judge for himself. Without examining the facts fully and fairly, there is no way of knowing whether vox populi is really vox dei, or merely vox asinorum. -- Cyrus H. Gordon