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