joseph wrote:
> Hi list,

Hello,

> I need help with my script, this supposedly would check a workstation listed 
> in one file then see if it's not listed on other file, if it 's the case 
> then append it on an output file.Basically what i got is the same unmodified 
> list just appended on the output file. Where did i got  wrong? TIA.

You chomp the lines from one file but not the other.  Either chomp both files
or don't chomp any.


John
-- 
use Perl;
program
fulfillment

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


Reply via email to