X7ROOT File Manager
Current Path:
/etc/multitail
etc
/
multitail
/
📁
..
📄
convert-geoip.pl
(223 B)
📄
convert-simple.pl
(137 B)
Editing: convert-simple.pl
#!/usr/bin/perl # disable I/O buffering (this is essential) $| = 1; while(<>) { # add 'bla' in front of the string print "bla".$_; }
Upload File
Create Folder