projects
/
fex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Original release 20160919
[fex.git]
/
htdocs
/
FAQ
/
local.html
diff --git
a/htdocs/FAQ/local.html
b/htdocs/FAQ/local.html
index a0966457f9f3c8217371e44dca51636c0e3900ef..9585c6998968fc383a7549d7565c99183bb85f5a 100644
(file)
--- a/
htdocs/FAQ/local.html
+++ b/
htdocs/FAQ/local.html
@@
-2,11
+2,14
@@
<head><title>F*EX FAQ</title></head>
<body>
<head><title>F*EX FAQ</title></head>
<body>
+## << do "./xx.pl" or print $! >>
+## << $_ = `pwd` >>
+
## <pre>
## << while (($v,$vv) = each %ENV) { print "$v = $vv\n" } >>
## </pre>
## <pre>
## << while (($v,$vv) = each %ENV) { print "$v = $vv\n" } >>
## </pre>
-<<
require
"./faq.pl" or print $! >>
+<<
do
"./faq.pl" or print $! >>
</body>
</html>
</body>
</html>