greatshots has asked for the wisdom of the Perl Monks concerning the following question:
I am using 2 modules in my code
both calls functions using 'compare($string,$string2) and compare($file1,$file2) and its giving error.. one returns error code whereas other returns percentage value.use File::Compare; use String::Compare;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: problem when using two modules with same subroutine
by davido (Cardinal) on Oct 19, 2006 at 04:32 UTC | |
|
Re: problem when using two modules with same subroutine
by GrandFather (Saint) on Oct 19, 2006 at 02:03 UTC | |
|
Re: problem when using two modules with same subroutine
by madbombX (Hermit) on Oct 19, 2006 at 02:03 UTC |