Ronnie has asked for the wisdom of the Perl Monks concerning the following question:
Is there a way to do this (other than by writing a sub or am I being Very silly)? Cheers, Ronnieif ($fred) { &ACC_Oracle_profile or &ACC_LOG_ERROR" ; &ACC_Oracle_DBI("$a","$b") or die "help ma bo +ab!" ; &ACC_end or die "We're doomed!" ; $end_it() ; }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Perl/Unix case
by davido (Cardinal) on Oct 22, 2004 at 15:41 UTC | |
Re: Perl/Unix case
by gothic_mallard (Pilgrim) on Oct 22, 2004 at 15:41 UTC | |
by thor (Priest) on Oct 23, 2004 at 04:29 UTC | |
Re: Perl/Unix case
by Elgon (Curate) on Oct 22, 2004 at 17:45 UTC | |
Re: Perl/Unix case
by Anonymous Monk on Oct 22, 2004 at 15:41 UTC | |
Re: Perl/Unix case
by Random_Walk (Prior) on Oct 22, 2004 at 16:26 UTC | |
Re: Perl/Unix case
by Joost (Canon) on Oct 22, 2004 at 16:38 UTC | |
by hardburn (Abbot) on Oct 22, 2004 at 16:42 UTC |