TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:16442] stupid perl question



  Hi,

On Wed, 19 Apr 2000, Luke Francl wrote:

> Sorry for the off-topicness of this, but is there a way to find out if a
> variable exists in perl? Like isset() in PHP, for example.

if defined($var) {

-Yaron

--