GBrowse
view release on metacpan or search on metacpan
contrib/install_macosx/README.html view on Meta::CPAN
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>GBrowse on Mac OS X</title>
<link rev="made" href="mailto:root@hampsten.nonet" />
</head>
<body style="background-color: white">
<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->
t/07.karyotype.t view on Meta::CPAN
ok($html);
my @imgs = $html =~ /(<img)/g;
ok(scalar @imgs,2,'Expected exactly 2 image tags');
if (0) { # set this to true to see the image
$html =~ s!/tmpimages!/tmp/gbrowse_testing/tmpimages!g;
open my $f,'>','foo.html';
print $f <<'END';
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US">
<head>
<title>karyotype test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script type="text/javascript" src="../htdocs/js/prototype.js" </script>
<script type="text/javascript" src="../htdocs/js/karyotype.js" </script>
<link type="text/css" rel="stylesheet" href="../htdocs/css/karyotype.css" />
</head>
<body>
( run in 0.769 second using v1.01-cache-2.11-cpan-49f99fa48dc )