/
proc
/
thread-self
/
root
/
usr
/
share
/
doc
/
perl-Filter
/
examples
/
up file
home
print "use Filter::UUdecode ;\n" ; while (<>) { print pack("u", $_) ; }