Help for this page

Select Code to Download


  1. or download this
    ppm rep add temp_repository  
           file://C:/Path/to/current/directory
    
  2. or download this
    use strict;
    opendir(my $dir, '.');
    ...
       print "@args\n";
       system (@args);
    }