วันเสาร์ที่ 5 มีนาคม พ.ศ. 2554
CGI in HTML frames
#!/usr/bin/perl
use CGI qw/:standard :netscape/;
use CGI::Carp;
print "Content-type: text/html\n\n";
print <<EOF;
<FRAMESET ROWS="150,*">
<FRAME NAME="aa" SRC="http://www.google.com">
</FRAMESET>
EOF
print end_html();
use CGI qw/:standard :netscape/;
use CGI::Carp;
print "Content-type: text/html\n\n";
print <<EOF;
<FRAMESET ROWS="150,*">
<FRAME NAME="aa" SRC="http://www.google.com">
</FRAMESET>
EOF
print end_html();
Linux AT Command
at now + 5 minutes < $HOME/listofcommands.txt
at -f mycrontest.sh 10pm tomorrow
at -f mycrontest.sh 2:00 tuesday
at -f mycrontest.sh 2:00 july 11
at -f mycrontest.sh 2:00 next week
at -f mycrontest.sh 10pm tomorrow
at -f mycrontest.sh 2:00 tuesday
at -f mycrontest.sh 2:00 july 11
at -f mycrontest.sh 2:00 next week
สมัครสมาชิก:
บทความ (Atom)