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


in reply to Re^5: Accessing Shared network drive folder
in thread Accessing Shared network drive folder

Yes that was my question only bcoz I was not able to get the syntax correct for Map or connect. I tried the following Map => '\\\\192.168.0.2\snapshot',{persistent=>1,user=>'uid',passwd=>'pwd',overwrite=>1}; Above syntax gave many error: ------------------ Useless use of a constant in void context at map.pl line 11. Useless use of a constant in void context at map.pl line 11. Useless use of anonymous hash ({}) in void context at map.pl line 11. --------------------------------------------- And for Connect ther was no syntax given to include uid and password... Pls tell me how to include Map in my code posted in my previous comment..
  • Comment on Re^6: Accessing Shared network drive folder