Hey Timothy,
My MUA believes you used Internet Mail Service (5.5.2650.21)
to write the following on Wednesday, September 18, 2002 at 11:55:12 AM.
I would also suggest 'use warnings;' instead of -w on your #!/perl
line. See perldoc perllexwarn for more information.
TJ> You might wan
Anthony Saffer wrote:
>
> Hello Everyone,
Hello,
> Here is the final code for my replacement script. I am about to test it
> out but I think it will work. Thanks to all who helped!!
>
> #!/usr/bin/perl -w
>
> use File::Find;
>
> my $FileCount = 0;
> my $LineCount = 0;
>
> sub process_files
Perl Beginners List
Subject: Final Code (I think it's gonna work!)
Hello Everyone,
Here is the final code for my replacement script. I am about to test it out
but I think it will work. Thanks to all who helped!!
#!/usr/bin/perl -w
use File::Find;
my $FileCount = 0;
my $LineCount = 0;
Hello Everyone,
Here is the final code for my replacement script. I am about to test it out but I
think it will work. Thanks to all who helped!!
#!/usr/bin/perl -w
use File::Find;
my $FileCount = 0;
my $LineCount = 0;
sub process_files {
my $FinalString = "";
my $ConvertedText = "";