in reply to Quote marks lost in system() calls
# Call system with a list instead of a string system qw(at 12:00 program.exe "the.server.org:1234"); [download]