Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    
    ...
    my $t = HTML::Template->new(filename => 'ticker.html');
    $t->param($param);
    print $t->output;
    
  2. or download this
    <html>
      <head>
    ...
      
      </body>
    </html>
    
  3. or download this
    ---------- Capture Output ----------
    > "C:\Perl\bin\perl.exe" _new.pl
    ...
    </html>
    
    > Terminated with exit code 0.