Help for this page
#!/usr/bin/perl -w use strict; ... my ($file) = @_; print "Sending $file . . .\n"; }