Help for this page

Select Code to Download


  1. or download this
        c:\>echo %PERL5SHELL%
        cmd.exe /c
    
  2. or download this
        c:\>perl -e "system(\"dir\")"
         Datenträger in Laufwerk C: ist SYSTEM
    ...
        10.10.2012  08:59    <DIR>          Windows
                       2 Datei(en),         15.460 Bytes
                      15 Verzeichnis(se), 144.527.847.424 Bytes frei
    
  3. or download this
        c:\>perl -e "system(\"start dir\")"
        start: dir: Das System kann die angegebene Datei nicht finden.
    
  4. or download this
        c:\>start dir