| Author |
Any Examples of using File::Tasks::Edit (Perl Module)
|
Preston Thornton
Ranch Hand
Joined: Jun 24, 2008
Posts: 80
|
|
Hi, Perl Gang!
I was wondering if any has a simple example of using the File::Tasks::Edit Perl Module. I am working a script to edit a script in place using the (-i) option, but I wanted to see if there was other way to do so. I am coding a search algorithm to search the file to find confirm the desired string. In reviewing the CPAN information
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
CPAN - File::Tasks::Edit - Search
Where this is what is available:
Sorry Adam, but I need something more in the line of an example to utilize your module. Anyone have one you are will to share.
|
 |
fred rosenberger
lowercase baba
Bartender
Joined: Oct 02, 2003
Posts: 9946
|
|
|
I don't have any idea, but have you tried asking/searching on perlmonks?
|
Never ascribe to malice that which can be adequately explained by stupidity.
|
 |
Preston Thornton
Ranch Hand
Joined: Jun 24, 2008
Posts: 80
|
|
I resolved my problem by returning the use of simple shell commands. So, within the script I just used `<shell commands> ` to get what I needed. Keep it simple I guess.
Thanks.
|
 |
 |
|
|
subject: Any Examples of using File::Tasks::Edit (Perl Module)
|
|
|