Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
School Learning
11.5K+ articles
Perl
265+ articles
Perl-function
59+ articles
Perl-files
15+ articles
Perl-File-Functions
6 posts
Recent Articles
Popular Articles
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
Perl | getc Function
Last Updated: 07 May 2019
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 | tell() Function
Last Updated: 07 May 2019
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 | glob() Function
Last Updated: 12 June 2019
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 | 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 | Useful File-handling functions
Last Updated: 30 June 2019
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
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !