Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5960133
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:47:01+00:00 2026-05-22T18:47:01+00:00

I came across this line of code: if( -f <filename> ) { … }

  • 0

I came across this line of code:

if( -f <filename> ) { ... }

-f appears to test whether the filename exists or not, but I am not sure. Googling has not helped so far (it is hard to Google for “-f”) and neither have my Perl books.

Can anyone please advise?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T18:47:02+00:00Added an answer on May 22, 2026 at 6:47 pm

    See perlfunc.

    It lists all the Perl built-in functions, including the “file test” ones:

    -X FILEHANDLE
    -X EXPR
    -X DIRHANDLE
    -X
    

    Where -X is one of the following:

    -r: File is readable by effective uid/gid.
    -w: File is writable by effective uid/gid.
    -x: File is executable by effective uid/gid.
    -o: File is owned by effective uid.
    
    -R: File is readable by real uid/gid.
    -W: File is writable by real uid/gid.
    -X: File is executable by real uid/gid.
    -O: File is owned by real uid.
    
    -e: File exists.
    -z: File has zero size (is empty).
    -s: File has nonzero size (returns size in bytes).
    
    -f: File is a plain file.
    -d: File is a directory.
    -l: File is a symbolic link.
    -p: File is a named pipe (FIFO), or Filehandle is a pipe.
    -S: File is a socket.
    -b: File is a block special file.
    -c: File is a character special file.
    -t: Filehandle is opened to a tty.
    
    -u: File has setuid bit set.
    -g: File has setgid bit set.
    -k: File has sticky bit set.
    
    -T: File is an ASCII text file (heuristic guess).
    -B: File is a "binary" file (opposite of -T).
    
    -M: Script start time minus file modification time, in days.
    -A: Same for access time.
    -C: Same for inode change time (Unix, may differ for other platforms)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I came across this line in a MySQL script `other_validator` varchar(5000) NOT NULL DEFAULT
I came across this line of code in an application I am revising: substr($sometext1
I came across a line of code using Python's numpy that looked like this:
I was looking at some code and I came across this line: Machine drink[]
I came across this excellent piece of code over at http://projecteuler.net/ but I'm having
I just came across this line of code: SDL_Color textColor = { 255, 0,
I came across this line in some code and can't find the syntax defined
Came across this code. def setup(&block) @setups << block end What does this line
I recently came across this line in a code - fprintf(logfile, |-IP Version :
While browsing some code, I came across this line: if False: #shedskin I understand

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.