mosh has asked for the wisdom of the Perl Monks concerning the following question:
Hi All,
What's the differences between the two switches "-d" and "-e" :
What's the differences between the two switches "-d" and "-e" :
if($cfg{'RootDir'} and not -d($cfg{'RootDir'}) ) if($cfg{'FileName'} and not -e($cfg{'FileName'}) )
What does it means those switches?
Thanks,
Mosh.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: "-e" and "-d" switches
by dragonchild (Archbishop) on Mar 24, 2005 at 13:47 UTC | |
Re: "-e" and "-d" switches
by brian_d_foy (Abbot) on Mar 24, 2005 at 13:49 UTC | |
Re: "-e" and "-d" switches
by artist (Parson) on Mar 24, 2005 at 13:48 UTC | |
Re: "-e" and "-d" switches
by manav (Scribe) on Mar 24, 2005 at 14:14 UTC | |
by dragonchild (Archbishop) on Mar 24, 2005 at 14:26 UTC | |
by nobull (Friar) on Mar 24, 2005 at 14:54 UTC | |
by dragonchild (Archbishop) on Mar 24, 2005 at 15:01 UTC | |
by RazorbladeBidet (Friar) on Mar 24, 2005 at 15:00 UTC | |
by dragonchild (Archbishop) on Mar 24, 2005 at 15:13 UTC | |
by manav (Scribe) on Mar 24, 2005 at 14:58 UTC | |
by manav (Scribe) on Mar 24, 2005 at 14:50 UTC | |
by mosh (Scribe) on Mar 24, 2005 at 14:21 UTC | |
Re: "-e" and "-d" switches
by ambs (Pilgrim) on Mar 25, 2005 at 18:34 UTC |
Back to
Seekers of Perl Wisdom