Hackfut Security File Manager
Current Path:
/usr/share/perl5/CGI/examples
usr
/
share
/
perl5
/
CGI
/
examples
/
📁
..
📁
WORLD_WRITABLE
📄
caution.xbm
(741 B)
📄
clickable_image.cgi
(808 B)
📄
cookie.cgi
(2.21 KB)
📄
crash.cgi
(131 B)
📄
customize.cgi
(2.4 KB)
📄
diff_upload.cgi
(1.56 KB)
📄
file_upload.cgi
(1.95 KB)
📄
frameset.cgi
(2.03 KB)
📄
index.html
(3.41 KB)
📄
internal_links.cgi
(1019 B)
📄
javascript.cgi
(2.98 KB)
📄
make_links.pl
(196 B)
📄
monty.cgi
(2.04 KB)
📄
multiple_forms.cgi
(1.56 KB)
📄
nph-clock.cgi
(359 B)
📄
nph-multipart.cgi
(263 B)
📄
popup.cgi
(1 KB)
📄
save_state.cgi
(2.26 KB)
📄
tryit.cgi
(780 B)
Editing: 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 = localtime(); return start_html('Tick Tock'), div({-align=>CENTER}, h1('Virtual Clock'), h2($time) ), hr, a({-href=>'index.html'},'More examples'), end_html(); }
Upload File
Create Folder