Help for this page

Select Code to Download


  1. or download this
    use File::Find;
    
    ...
                   system qw(gcc -c -o), $o, $_;
               }
    } }, '.');
    
  2. or download this
    use File::Find;
    
    ...
                   system qw(gcc -c -o), $a, $_;
               }
    }, '.';