Help for this page

Select Code to Download


  1. or download this
    my $sourcefile  = 'c:/appl/process/attr_name.txt';
    my $destination = '//System1/ShareDir';
    ...
        $value =~ s-/-\\-g;
        return $value;
    }
    
  2. or download this
    use Net::FTP;
        
    ...
    $ftp->login("anonymous");
    $ftp->put("c:\\test11.pl");
    $ftp->quit;