Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Perl
258+ articles
Perl-function
59+ articles
Perl-files
15+ articles
Perl-File-Functions
6 posts
Recent Articles
Perl | Useful File-handling functions
Last Updated: 12 July 2025
Perl was originally developed for the text processing like extracting the required information from a specified text file and for converting the text file into a different...
read more
Perl
Perl-files
Perl-File-Functions
Perl | Slurp Module
Last Updated: 17 February 2022
The File::Slurp module is used to read contents of a file and store it into a string. It is a simple and efficient way of Reading/Writing/Modifying complete files. Just li...
read more
Perl
Picked
Perl-files
Perl-File-Functions
Perl | glob() Function
Last Updated: 11 July 2025
glob() function in Perl is used to print the files present in a directory passed to it as an argument. This function can print all or the specific files whose extension ha...
read more
Perl
Perl-function
Perl-File-Functions
Perl | tell() Function
Last Updated: 11 July 2025
tell() function in Perl is used to get the position of the read pointer in a File with the use of its FileHandle. If no FileHandle is passed then it returns the position w...
read more
Perl
Perl-files
Perl-function
Perl-File-Functions
Perl | getc Function
Last Updated: 11 July 2025
getc() function in Perl is used to read the next character from the file whose File Handle is passed to it as argument. If no FileHandle is passed then it takes one charac...
read more
Perl
Perl-files
Perl-function
Perl-File-Functions
Perl | rename() Function
Last Updated: 25 June 2019
rename() function in Perl renames the old name of a file to a new name as given by the user. Syntax: rename(old_file_path, new_file_path)Parameters:old_file_path: path of ...
read more
Perl
Perl-function
Perl-File-Functions