Help for this page

Select Code to Download


  1. or download this
    c:\src\perl-5.8.7> cd win32
    c:\src\perl-5.8.7> dmake
    c:\src\perl-5.8.7> dmake test
    c:\src\perl-5.8.7> dmake install
    
  2. or download this
    programs\perl\bin\perl.exe src\perl\autostart.pl
    
  3. or download this
    use strict;
    use warnings;
    ...
    
    
    exec ("cmd.exe /K $path_cmd") or die "Couldn't exec cmd.exe: $!\n";