Re: if (-d .....

2003-10-08 Thread Tore Aursand
On Wed, 08 Oct 2003 12:39:40 +0200, Daniel Stellwagen wrote: > if (-d $file) > > What does it mean, and are there more Try 'perldoc -f -d'. -- Tore Aursand <[EMAIL PROTECTED]> -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: if (-d .....

2003-10-08 Thread Daniel Stellwagen
Thank you Stephan :-) > > This will return 'true' is $file contains the location of a > directory. More information can be found on this in the > 'perlfunc' manpage in the 'Alphabetical Listing of Perl > Functions' section. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

RE: if (-d .....

2003-10-08 Thread Stephen Hardisty
> Hi EVERYBODY, Hi Dr Nick > > i saw this "-d" switch in an "if" statement. > > if (-d $file) > > What does it mean, and are there more > this kind of switches and where can I find information about them. This will return 'true

if (-d .....

2003-10-08 Thread Daniel Stellwagen
Hi EVERYBODY, i saw this "-d" switch in an "if" statement. if (-d $file) What does it mean, and are there more this kind of switches and where can I find information about them. Thanks d a n i e l -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm