Thank you very much!use strict; print "Content-type: text/html\n\n"; open (LOG, "missatges.txt") || die "$!"; while (<LOG>) { chomp; my @attributes = split/\|/; print "<B>$attributes[0] . '||' . $attributes[1]</B>\n"; print "<BR>\n"; print "$attributes[2]\n"; print "<BR><BR>\n"; } CLOSE LOG;
In reply to Perl and Flash 5.0 by Kuntent
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |