in reply to How to tell if a function exists?
From perldoc -f existsprint "Exists\n" if exists &subroutine; print "Defined\n" if defined &subroutine;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to tell if a function exists?
by John M. Dlugosz (Monsignor) on Jan 05, 2003 at 04:58 UTC |