Skip to content

Using command line input and a text file this Perl program will edit the text file's contents.

Notifications You must be signed in to change notification settings

KDUBZS/Perl-Document-Editing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

NAME: Kienen Wayrynen

EMAIL: kienen.wayrynen@wsu.edu

DATE FINISHED: 2/2/17

DESCRIPTION: A1.pl takes inputs from the user via the command line. This file will also take a selected text file and edit the data within the file with the data that was inputed from the user. The program can also recognize comments and additional pieces of the text file that will be additionally modified. 

FILES IN ARCHIVE:
-A1.pl —> Source code for document editing.
-README.txt —> This file

HOW TO RUN: via the command line navigate to the place that A1.pl is located and execute the program by using ./A1.pl or perl A1.pl. Once running the program will ask the user for input and a text file to alter. Make sure the text file is in the same directory as A1.pl. A sample text file is provided named testcase1.txt.

About

Using command line input and a text file this Perl program will edit the text file's contents.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages