programming-examples/perl/File
2019-11-15 12:59:38 +01:00
..
Apply chomp to all elements of an array.pl Initial commit 2019-11-15 12:59:38 +01:00
binmode command sets up a file for access in binary mode with no mapping of carriage returns.pl Initial commit 2019-11-15 12:59:38 +01:00
CDROM operation.pl Initial commit 2019-11-15 12:59:38 +01:00
Change a directory.pl Initial commit 2019-11-15 12:59:38 +01:00
Change a file's permissions.pl Initial commit 2019-11-15 12:59:38 +01:00
Change dir with chdir.pl Initial commit 2019-11-15 12:59:38 +01:00
Change file handle to binary mode.pl Initial commit 2019-11-15 12:59:38 +01:00
Closing the Filehandle.pl Initial commit 2019-11-15 12:59:38 +01:00
Copy file by reading one file and save to another file.pl Initial commit 2019-11-15 12:59:38 +01:00
Deal with r character during file copy.pl Initial commit 2019-11-15 12:59:38 +01:00
Deal with the rn character during file copy.pl Initial commit 2019-11-15 12:59:38 +01:00
Extracts base file name from full path. Uses DOS-Windows conventions.pl Initial commit 2019-11-15 12:59:38 +01:00
File copying.pl Initial commit 2019-11-15 12:59:38 +01:00
Filehandle References.pl Initial commit 2019-11-15 12:59:38 +01:00
Get current dir.pl Initial commit 2019-11-15 12:59:38 +01:00
List the content of current folder.pl Initial commit 2019-11-15 12:59:38 +01:00
List the files and subdirectories in a directory in alphabetical order.pl Initial commit 2019-11-15 12:59:38 +01:00
Numbering Lines in Multiple Files.pl Initial commit 2019-11-15 12:59:38 +01:00
open (FILEHANDLE2, &=FILEHANDLE).pl Initial commit 2019-11-15 12:59:38 +01:00
Output file line by line.pl Initial commit 2019-11-15 12:59:38 +01:00
Output file.pl Initial commit 2019-11-15 12:59:38 +01:00
Pass file handle reference in a the form of FILEHANDLEIO.pl Initial commit 2019-11-15 12:59:38 +01:00
Pass file handle reference to a subroutine.pl Initial commit 2019-11-15 12:59:38 +01:00
Pass file handle to stat function.pl Initial commit 2019-11-15 12:59:38 +01:00
Passing file handles to functions.pl Initial commit 2019-11-15 12:59:38 +01:00
Passing Filehandles by Reference.pl Initial commit 2019-11-15 12:59:38 +01:00
Print message in case of file open failure.pl Initial commit 2019-11-15 12:59:38 +01:00
Print out file line number.pl Initial commit 2019-11-15 12:59:38 +01:00
Print text to file.pl Initial commit 2019-11-15 12:59:38 +01:00
Prints the size of a file in bytes.pl Initial commit 2019-11-15 12:59:38 +01:00
Read from a file.pl Initial commit 2019-11-15 12:59:38 +01:00
Select a file handle.pl Initial commit 2019-11-15 12:59:38 +01:00
Split a file handle containing array.pl Initial commit 2019-11-15 12:59:38 +01:00
The chmod Function (UNIX).pl Initial commit 2019-11-15 12:59:38 +01:00
The chmod Function (Windows).pl Initial commit 2019-11-15 12:59:38 +01:00
The chmod function modifies the read, write, and execute permissions on a file.pl Initial commit 2019-11-15 12:59:38 +01:00
The chown function changes the owner and group of a list of files.pl Initial commit 2019-11-15 12:59:38 +01:00
The closedir function closes the directory that was opened by the opendir function.pl Initial commit 2019-11-15 12:59:38 +01:00
The eof function can be used to test if end of file has been reached.pl Initial commit 2019-11-15 12:59:38 +01:00
The symlink and readlink Functions (UNIX).pl Initial commit 2019-11-15 12:59:38 +01:00
To open a file for reading and writing.pl Initial commit 2019-11-15 12:59:38 +01:00
Unbuffered perl io.pl Initial commit 2019-11-15 12:59:38 +01:00
undef file handle.pl Initial commit 2019-11-15 12:59:38 +01:00
Using chdir to change the current directory.pl Initial commit 2019-11-15 12:59:38 +01:00
Using file handle variable.pl Initial commit 2019-11-15 12:59:38 +01:00
Wait for lock.pl Initial commit 2019-11-15 12:59:38 +01:00
When you're done with a directory, you need to close it with the closedir command.pl Initial commit 2019-11-15 12:59:38 +01:00
When you're done with a file, call close.pl Initial commit 2019-11-15 12:59:38 +01:00
Win32 Binary Files.pl Initial commit 2019-11-15 12:59:38 +01:00