inblosam has asked for the wisdom of the Perl Monks concerning the following question:
but I would like to pass in text as a variable, like from a database instead. I can't seem to figure out where to make changes in the module so I can do this. Any help would be appreciated! The code from the module is here:#!/usr/bin/perl -w use strict; use Text::ParagraphDiff; print text_diff('/somepath/oldfile.txt','/somepath/newfile.txt');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: ParagraphDiff Module, modify input type?
by duff (Parson) on Dec 04, 2003 at 17:25 UTC | |
by inblosam (Monk) on Dec 04, 2003 at 18:23 UTC |