Help for this page

Select Code to Download


  1. or download this
    while (<F>)
    {
    ...
        my( $dll_file, $exe_files, $do_it ) = split /\|/;
        my @exe_files = split /,/, $exe_files;
    }