Help for this page
#!perl -w use strict; ... sleep 1; run 'ls -altr /tmp/test.txt';
C:\Users\Corion\Projekte>perl -w tmp.pl remote>rm /tmp/test.txt ... ls: File not found: /tmp/test.txt remote>ls -altr /tmp/test.txt -rw-r--r-- 1 corion corion 0 Jun 16 18:49 /tmp/test.txt