Many thanks for your help but I think to need more help.
I modified the script in this way:
#!/usr/local/bin/perl
my $file = '/home/users/francesco/pippo';
my $outfile = '/home/users/francesco/newpippo';
open(DATA, $file) || die "Non posso aprire il file";
open(OUT, ">$outfile") || die "Non pos
on 5/13/02 3:08 AM, [EMAIL PROTECTED] purportedly said:
> But I need something a little bit different.For each number I want to write
> the ct, the ma, the mb.And the output wuold be:
>
> ct43
> ct56
> ma43
> ma56
> mb43
> mb56
>
> I hope to became soon to be able to do