Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
    sleep 1;
    run 'ls -altr /tmp/test.txt';
    
  2. or download this
    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