You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
667 B
HTML
20 lines
667 B
HTML
<!doctype html>
|
|
<html lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>WebPerl Code Demo</title>
|
|
|
|
<iframe name="perlrunner" sandbox="allow-scripts"
|
|
src="perlrunner.html" style="display: none;"></iframe>
|
|
|
|
<iframe sandbox="allow-scripts" src="perleditor.html#i1f=Foo%0ABar%0AQuz&i1n=in1.txt&script=use warnings;%0Ause strict;%0A%0Awhile (<>) {%0A s/[aeiou]/_/gi;%0A}&cmdline=perl script.pl in1.txt"
|
|
style="border:1px solid black;width:100%;height:20em;"></iframe>
|
|
|
|
<iframe sandbox="allow-scripts" src="perleditor.html"
|
|
style="border:1px solid black;width:100%;height:20em;"></iframe>
|
|
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|