my $cc= 'c:/opensource tools/gcc/gcc.exe'; my $flag= "-lIcorice"; my $file= 'c:/dockets and filings/case.c'; system( $cc, $flag, $file );