~ubuntu-branches/debian/sid/eperl/sid

« back to all changes in this revision

Viewing changes to eg/demo.errout.phtml

  • Committer: Bazaar Package Importer
  • Author(s): Denis Barbier
  • Date: 2001-12-18 20:40:24 UTC
  • Revision ID: james.westby@ubuntu.com-20011218204024-kas01yyh4uj98q11
Tags: upstream-2.2.14
ImportĀ upstreamĀ versionĀ 2.2.14

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- 
 
2
##
 
3
##  demo.errout -- ePerl demonstration webpage
 
4
##  Copyright (c) 1996,1997 Ralf S. Engelschall, All Rights Reserved. 
 
5
##
 
6
-->
 
7
<html>
 
8
<head>
 
9
<title>demo.errout</title>
 
10
</head>
 
11
<body>
 
12
<blockquote>
 
13
<blockquote>
 
14
<h2>ePerl error page: caused by output on STDERR</h2>
 
15
 
 
16
<p>
 
17
First pure text, then...
 
18
<? print STDERR "data on STDERR which leads to an error"; !>
 
19
...and then again pure text.
 
20
 
 
21
</blockquote>
 
22
</blockquote>
 
23
</body>
 
24
</html>