HEX
Server: Apache
System: Linux cpamg06.likuid.com 4.18.0-553.120.1.el8_10.x86_64 #1 SMP Mon Apr 20 18:04:27 EDT 2026 x86_64
User: alainroulotte (1576)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //etc/multitail/convert-simple.pl
#!/usr/bin/perl

# disable I/O buffering (this is essential)
$| = 1;

while(<>)
{
	# add 'bla' in front of the string
	print "bla".$_;
}