anakin30 has asked for the wisdom of the Perl Monks concerning the following question:
i have two subroutine, returning string type value.
and i print the return value using ampersand "&", example &DB_query1 and &DB_query2.
i need to compare these two string values, trigger an email notification if they are not equal, can i get some advice or reference or sample in here...
thanks....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to compare two subroutine return values, to trigger email
by GrandFather (Saint) on Sep 19, 2012 at 04:04 UTC | |
by anakin30 (Acolyte) on Sep 20, 2012 at 09:55 UTC | |
by brap (Pilgrim) on Sep 20, 2012 at 12:45 UTC | |
|
Re: How to compare two subroutine return values, to trigger email
by cheekuperl (Monk) on Sep 19, 2012 at 04:06 UTC | |
by AnomalousMonk (Archbishop) on Sep 19, 2012 at 07:14 UTC |