[FUGSPBR] Re: [OFF-TOPIC] Split em perl

Renato Botelho renato em galle.com.br
Sex Out 25 15:34:30 BRT 2002


#!/usr/local/bin/perl

open(STRING, "<strings.txt");
   @strng = <STRING>;
close(STRING);

$x = 0;
foreach $line (@strng) {
   chomp($line);
   ($vetorA[$x], $vetorB[$x]) = split(/\|-\|/, $line);
   $x++;
}

_______________________________________________________________
Sair da Lista: http://www2.fugspbr.org/mailman/listinfo/fugspbr
Historico: http://www4.fugspbr.org/lista/html/FUG-BR/



Mais detalhes sobre a lista de discussão freebsd