@Ghazascanner
_2019runbot
Ghazascanner File Manager
server :Linux hosjweb-prod2 6.12.0-107.59.3.2.el9uek.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Dec 22 10:16:59 PST 2025 x86_64
Current Path :
/
usr
/
local
/
lib
/
perl5
/
5.8.7
/
CGI
/
eg
/
Path :
Upload File :
New :
File
Dir
//usr/local/lib/perl5/5.8.7/CGI/eg/nph-clock.cgi
#!/usr/local/bin/perl -w use CGI::Push qw(:standard :html3); do_push(-next_page=>\&draw_time,-delay=>1); sub draw_time { my $time = `/bin/date`; return start_html('Tick Tock'), div({-align=>CENTER}, h1('Virtual Clock'), h2($time) ), hr, a({-href=>'index.html'},'More examples'), end_html(); }