Convert stdin text to HTML output

Perl Add comments

#!/bin/perl
#az stdio input textfile-t html-ben menti ki
print "\n”;
while (<>) {
chop ($_);
print $_ . “
\n”;
}
print “\n”;

Leave a Reply

You must be logged in to post a comment.

WebSite Powered by webHauser
Entries RSS Comments RSS Login