- or download this
#!/usr/bin/perl
...
print $q->start_html();
print $q->img({src => 'image.gif'});
print $q->end_html();
- or download this
#!/usr/bin/perl
...
local $\ = undef;
print <$F>;
close($F);
- or download this
#!/usr/bin/perl
...
print $q->start_html();
print $q->img({src => 'img.pl'});
print $q->end_html();