n.d. parker: Aus einer Textdatei alle http: URL's rausfiltern....Wie mach ich das?

Beitrag lesen

hi ho

kleiner Nachtrag:

local @array;
print join ("*","1",@array,"2","3",@array,"4"),"\n";

ergibt:

1*2*3*4

also stimmt meine theorie vermutlich .-)

cua

n.d.p.