in reply to Re^3: Semantic diff for Perl code
in thread Re: Semantic diff for Perl code
my $subdoc = PPI::Document::Fragment->new(\$sub->content); write_to_file($subdoc->serialize(), ...);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Semantic diff for Perl code
by clueless newbie (Curate) on Sep 27, 2017 at 19:46 UTC |