/home/httpd/html/Lesson3/cat.pl.html
#!/usr/bin/perl -w
while (<>) {
    print;
}