Help for this page

Select Code to Download


  1. or download this
    3 use strict;
    4 use warnings;
    ...
    19 $ftp->quit;
    20
    21 unmap F
    
  2. or download this
    syntax error at cp_dhcp_logs.pl line 8, near "Map F"
    Execution of cp_dhcp_logs.pl aborted due to compilation errors.
    
  3. or download this
    use strict;
    use warnings;
    use Win32::FileOp;
    
    Map F => '\\\\192.168.13.15\\c$', { persistent => 1 }