エラーメッセージは ../../dev/ata/ata-all.c:1379: macro `ata_alt_inb' used with just one arg ../../dev/ata/atapi-all.c:256: macro `ata_alt_inb' used with just one arg mkdep: compile failed *** Error code 1 という感じです。 使用機種はPC9821Asです。
my $conn = new Net::FTP("server.name"); $conn->login("username", "password"); $conn->cwd("/path/to/directory"); $conn->put("updated.file"); $conn->quit;