PATH:
etc
/
multitail
#!/usr/bin/perl # disable I/O buffering (this is essential) $| = 1; while(<>) { # add 'bla' in front of the string print "bla".$_; }
[-] convert-geoip.pl
[edit]
[+]
..
[-] convert-simple.pl
[edit]