Training, Open Source computer languages
PerlPHPPythonMySQLApache / TomcatTclRubyJavaC and C++LinuxCSS 
Search for:
Home Accessibility Courses Diary The Mouth Forum Resources Site Map About Us Contact
 
For 2023 (and 2024 ...) - we are now fully retired from IT training.
We have made many, many friends over 25 years of teaching about Python, Tcl, Perl, PHP, Lua, Java, C and C++ - and MySQL, Linux and Solaris/SunOS too. Our training notes are now very much out of date, but due to upward compatability most of our examples remain operational and even relevant ad you are welcome to make us if them "as seen" and at your own risk.

Lisa and I (Graham) now live in what was our training centre in Melksham - happy to meet with former delegates here - but do check ahead before coming round. We are far from inactive - rather, enjoying the times that we are retired but still healthy enough in mind and body to be active!

I am also active in many other area and still look after a lot of web sites - you can find an index ((here))
What does "-e" mean in an if?

Posted by enquirer (enquirer), 11 August 2002
I saw a code today that went like:

if (-e ...) {

}

what is the -e for??

Posted by admin (Graham Ellis), 12 August 2002
"-e" is a boolean operator; it returns a true value if the following expression  evaluates to the name of an object which can be seen by your perl program to exist on the file system.   Put rather more colloquially, it checks whether a file exists (but that's a loose definition as it will return true for a directory, a named pipe, a device, or any other object ... and it may return false if a file does exist, but can't be seen because it's in a directory that can't be read by your program).

Other similar operators that you'll often use include
-f      is it a plain file
-d      is it a directory
-z      is it an empty file
-r      can I read the contents of ...
-w      can I write to ...

Further operators that follow the same structure return something rather more than just a "yes/no" response - for example
     print -s "/usr/bin/perl"
will print out the size in bytes of your perl executable and
     $age = -M "index.html"
will set $age to be the number of days ago (yes, it will have a decimal part) that the index.html file in the current directory was modified



This page is a thread posted to the opentalk forum at www.opentalk.org.uk and archived here for reference. To jump to the archive index please follow this link.

1 unpublished comment pending on this page

edit your own (not yet published) comments

© WELL HOUSE CONSULTANTS LTD., 2024: Well House Manor • 48 Spa Road • Melksham, Wiltshire • United Kingdom • SN12 7NY
PH: 01144 1225 708225 • FAX: 01144 1225 793803 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho