6 lines
51 B
Text
6 lines
51 B
Text
|
|
#!/usr/bin/env perl
|
||
|
|
|
||
|
|
while (<>) {
|
||
|
|
print "\t$_";
|
||
|
|
}
|