http://qs1969.pair.com?node_id=40010


in reply to Sharedrive and Perl

I don't know if your problem has been solved... or not.. but i believe, you would never open a file using:
"//shareddrive/directory//filename" ... at least this would be the address that you are referencing above...
#!/jpsama/bin/perl -w
$tks = `mount`;
$jpsama = $! if $!;
print $jpsama;