Re: Need to understand what this script does.

2014-08-11 Thread Uday Vernekar
thanks david On Mon, Aug 11, 2014 at 3:54 PM, David Precious wrote: > On Mon, 11 Aug 2014 11:12:34 +0100 > David Precious wrote: > > > On Sun, 10 Aug 2014 16:40:07 +0530 > > Uday Vernekar wrote: > > > > > i din't understand what the whole script is doing.I need to > > > understand first what

Re: Need to understand what this script does.

2014-08-11 Thread David Precious
On Mon, 11 Aug 2014 11:12:34 +0100 David Precious wrote: > On Sun, 10 Aug 2014 16:40:07 +0530 > Uday Vernekar wrote: > > > i din't understand what the whole script is doing.I need to > > understand first what this script is all about. > > Well, it calls some Oracle stored procedures, [...]

Re: Need to understand what this script does.

2014-08-11 Thread David Precious
On Sun, 10 Aug 2014 16:40:07 +0530 Uday Vernekar wrote: > i din't understand what the whole script is doing.I need to understand > first what this script is all about. Well, it calls some Oracle stored procedures, so without knowing what they do, we can only really tell you "it does something wi

Re: Need to understand what this script does.

2014-08-10 Thread Carl Inglis
On 10 August 2014 12:10, Uday Vernekar wrote: > i din't understand what the whole script is doing.I need to understand > first what this script is all about. > Can you give us some context? How did you come by this script? What does it run on? Looking through it my gut instinct says that it's d

Re: Need to understand what this script does.

2014-08-10 Thread Uday Vernekar
i din't understand what the whole script is doing.I need to understand first what this script is all about. On Sat, Aug 9, 2014 at 12:58 PM, Kent Fredric wrote: > > On 9 August 2014 16:32, Uday Vernekar wrote: > >> Hi All, >> >> >> please help me in understanding this script. >> > > Please expl

Re: Need to understand what this script does.

2014-08-09 Thread Kent Fredric
On 9 August 2014 16:32, Uday Vernekar wrote: > Hi All, > > > please help me in understanding this script. > Please explain what it is about this script you want to understand / don't quite understand. Also, if there's something not working in this script, a primary candidate list of potential p

Need to understand what this script does.

2014-08-08 Thread Uday Vernekar
Hi All, please help me in understanding this script. ##1./dbopt/mounts/apps/irfora/utils/scr use DBI; use lib "$ENV{IRF_ORA_HOME}/utils/scr"; use UTILS_ORA('mailing', 'db_connect');--The script location /dbopt/mounts/apps/irfora/utils/scr sub SendErr; #sub mailing; my @FN = split /\//, $0; m