- or download this
#!/usr/bin/perl
...
close(CMD) or die "close CMD failed: $!";
exit 0;
- or download this
#!perl
...
die "Can't put file: $!\n" unless
$sftp->put($local, $remote);
close $local;
- or download this
perl Makefile.PL machine=none
make install