File Stats
2001-11-11 01:54:02
Category: perl:files
Description: An example of file testing in perl.
Author: detour
Exec From Perl
2002-07-15 11:09:05
Category: perl:files
Description: Run external programs from your own program, store the output in a string and alter it. Use system() to fork a program and exec() to exit your program and never return.
Author: detour
Read File
2002-07-15 11:13:59
Category: perl:files
Description: Read in a file and print its contents using perl.
Author: detour
Write File
2002-07-15 11:15:15
Category: perl:files
Description: Write over top of a file or append to a file in perl.
Author: detour