[MacPerl-AnyPerl] Re : Matching

2002-05-13 Thread Francesco Guglielmo
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

Re: [MacPerl-AnyPerl] Re : Matching

2002-05-13 Thread Keary Suska
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