Thread format-Befehl mit Hash
(8 answers)
Opened by Gast at 2007-12-05 10:54
Ich weiß ja nicht, ob ich Dich richtig verstanden habe, aber folgender Schnipsel funktioniert bei mir:
Code (perl): (dl
)
1 2 3 4 5 6 7 8 9 my $datum = '01.01.2006'; my $Author = 'foo'; my $comm = 'bar'; format STDOUT = # @<<<<<<<<< | @<<<<<<<<<<<<<<< | ^<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< $datum, $Author, $comm . write; Gibt aus: # 01.01.2006 | foo | bar So willst Du das doch im Ansatz, oder? Siechfred |