On Jul 7, 6:16 am, [EMAIL PROTECTED] wrote:
> I am new to perl and would like to:
>
> 1. read preprocessed source code in multiple directories
> 2. searching these files for #line
> 3. build non duplicate array of path/filenames that follow #line
> 4. write results to a file
>
> Any direction, pointers, references or assistance would be
> greatfully appreciated.

http://learn.perl.org

After installing Perl, open a command window and type the following
commands:
perldoc perl
perldoc perlsyn
perldoc perldata
perldoc -f open
perldoc -f opendir
perldoc -f readline
perldoc perlre
perldoc -f print

Paul Lalli


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to