- or download this
use strict;
use LWP::Simple;
...
print $origtext, "\n";
}
}
- or download this
my $stripped_html; # or whatever you wanna call it
- or download this
$stripped_html .= $origtext;
- or download this
my @stripped_html;
#and inside &text
push(@stripped_html, $origtext);