A
aca
Thanks Gunnar and all others for your answers, I'm overwhelmed
for the answers. Please dont waste more time in this item.
I'm use the s/// the following manner:
#!/perl/bin
# Uso: perl font.pl <ficheroentrada >ficherosalida
while(<STDIN>)
{
s/(\.\d*[1-9])0+\b|\.0*(?!\d)/$l or ''/eg;
print; # print modified $_
}
Thanks to all and sorry if any of my messages are incorrect for the
this group.
ACA.
for the answers. Please dont waste more time in this item.
I'm use the s/// the following manner:
#!/perl/bin
# Uso: perl font.pl <ficheroentrada >ficherosalida
while(<STDIN>)
{
s/(\.\d*[1-9])0+\b|\.0*(?!\d)/$l or ''/eg;
print; # print modified $_
}
Thanks to all and sorry if any of my messages are incorrect for the
this group.
ACA.