sysopen(TOPIC, "$root/content/topics/$get{'topic'}", O_WRONLY); $/ = ""; while() { if( /^$get{'post'}/ ) { s/.*\n$/$post/m; } } close(TOPIC);