my $file_to_read = "/home/trs80/tables.htm"; my $w3m = qx!/usr/local/bin/w3m -dump $file_to_read!; print $w3m;