Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "<html>\n";
    print "<h3>Testing inline image data</h3>";
    print qq(<img src="$uri" alt="Didn't work."></html>\n);
    
  2. or download this
    Content-type:text/html
    
    <html>
    <h3>Testing inline image data</h3><img src="data:image/png;base64,iVBO
    +Rw0KGgoAAAANSUhEUgAAAGQAAABkAQMAAABKLAcXAAAABlBMVEX/AAAAAP9sof2OAAAAI
    +UlEQVR4nGNgGAWjgFTw//8HJF4Dg8CI5aGGxCgYBcQBAMULD/2Zt2wmAAAAAElFTkSuQm
    +CC" alt="Didn't work."></html>