初歩から始める初心者向け
Perl-CGI
講座
■
|
トップページ
|
CGI
設置
|
CGI
作成
|
作成事例
|
設置用語
|
作成用語
|
関数リファレンス
|
FAQ
|
お問合せ
|
CGI
の設置方法
フリーで配布されている
CGI
を設置する際の手順や注意事項などの説明です。
CGI
作成の初歩
初めて
CGI
を作る方向けの手順を簡単な例で説明しています。
CGI
作成ヒント集
こういう事をする時は、どのように行えばいいのか?など具体的な事例を紹介します。
CGI
の設置に関する用語
CGI
の作成に関する用語
CGI
の設置や作成時に使われている用語や関連知識を掲載しています。
設置に関するFAQ
作成に関するFAQ
設置や作成をする際に起こりがちなトラブルの説明と、よくある質問とその回答を掲載しています。
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
|
記号
|
!!
修正作業中の為、抜けている部分が多くあります。
a
and
abs
atan2
alarm
b
binmode
bind
bless
c
chmod
chdir
crypt
chomp
chop
chr
close
closedir
cos
cmp
connect
d
die
delete
defined
do
dump
e
eq
eof
exec
exit
each
eval
exists
exp
endpwent
endservent
endhostent
endnetent
endgrent
endprotoent
f
for
foreach
fileno
fork
format
formline
fcntl
flock
g
ge
gt
goto
gmtime
grep
getc
glob
gethostbyaddr
gethostbyname
getnetbyaddr
getnetbyname
getnetent
getpeername
getpgrp
getppid
getgrgid
getgrent
getgrnam
getpriority
getprotobyname
getprotobynumber
getprotoent
getpwent
getpwnam
getpwuid
getservbyname
getservbyport
getservent
getsockname
getsockopt
getlogin
h
hex
i
if
int
index
ioctl
j
join
k
kill
keys
l
last
local
lstat
le
lc
lt
localtime
listen
link
length
lcfirst
log
m
my
mkdir
msgctl
msgget
msgrcv
msgsnd
m//
map
n
ne
next
no
not
o
or
open
opendir
oct
ord
p
pack
package
pipe
pos
print
printf
push
prototype
pop
q
q
qq
qr
qw
qx
quotemeta
r
rand
read
readdir
readline
readlink
readpipe
recv
redo
ref
rename
require
reset
return
reverse
rewinddir
rindex
rmdir
s
scalar
seek
seekdir
select
semctl
semget
semop
send
setgrent
sethostent
setnetent
setpgrp
setpriority
setprotoent
setpwent
setservent
setsockopt
shift
shmctl
shmread
shmget
shmwrite
shutdown
sin
stat
split
sprintf
sleep
socket
socketpair
sort
splice
system
sysseek
syswrite
syscall
sysopen
sysread
symlink
sub
substr
study
t
time
times
tie
tied
tell
telldir
truncate
tr///
u
undef
unsift
use
unpack
unless
unlink
untie
until
utime
uc
ucfirst
umask
v
values
vac
w
wait
waitpid
wantarray
warm
while
write
x
x
xor
y
y///
記号
$
$_
$&
$'
$`
?
?!
@
@_
\
+
++
+=
-
--
-=
->
*
**
*=
**=
/
/=
=
== 数値比較演算子
=>
=~
.=
x=
$aaa::hensuu
&
&& 論理演算子
&=
|
|| 論理演算子
|=
! 論理演算子
!= 数値比較演算子
!~
^
^=
< 数値比較演算子
> 数値比較演算子
<= 数値比較演算子
>= 数値比較演算子
<<
<<=
<=> 数値比較演算子
<>
>>
%
%=
~
{数字} 正規表現
{数字,数字} 正規表現
{数字,} 正規表現
{,数字} 正規表現
. (ドット)
. (ドット) 正規表現
%配列名
( ) 正規表現
[ ] 正規表現
{ } 正規表現
'
$1 $2 $3 ・・・
$配列名{'名前'}
("文字列","文字列"・・・)
(0 .. 9) など
シグナル一覧
関連項目
・
CGI
の作成に関する用語
・
CGI
作成に関するFAQ
Beginner's CGI
- Copyright (C) 2003 aimix. All Rights Reserved -