mhd has asked for the wisdom of the Perl Monks concerning the following question:
Here's the code:
When I run perl diffgen.pl it only shows#diffgen.pl use warnings; use strict; use Text::Diff; print "test test... \n"; my $diff = diff "./Project1/include/jcapi_includes.h", "./Project1/2.1/include/jcapi_includes.h", { STYLE => "Unified" }, ( OUTPUT => "./result.diff" );
but the file result.diff is not generated. Can someone enlighten me here? Thanxtest test...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using Text::Diff in windows perl (activeperl) ??
by lamp (Chaplain) on Sep 01, 2008 at 09:44 UTC | |
by mhd (Novice) on Sep 01, 2008 at 15:34 UTC | |
|
Re: Using Text::Diff in windows perl (activeperl) ??
by Anonymous Monk on Sep 01, 2008 at 08:57 UTC |