ACIL FM
Dark
Refresh
Current DIR:
/usr/share/doc/perl-CGI/examples
/
usr
share
doc
perl-CGI
examples
Upload
Zip Selected
Delete Selected
Pilih semua
Nama
Ukuran
Permission
Aksi
clickable_image.cgi
1.4 MB
chmod
View
DL
Edit
Rename
Delete
cookie.cgi
2.74 MB
chmod
View
DL
Edit
Rename
Delete
crash.cgi
158 B
chmod
View
DL
Edit
Rename
Delete
file_upload.cgi
2.39 MB
chmod
View
DL
Edit
Rename
Delete
mojo_proxy.pl
805 B
chmod
View
DL
Edit
Rename
Delete
wikipedia_example.cgi
922 B
chmod
View
DL
Edit
Rename
Delete
wilogo.gif
458 B
chmod
View
DL
Edit
Rename
Delete
Edit file: /usr/share/doc/perl-CGI/examples/wikipedia_example.cgi
#!/usr/bin/env perl use strict; use warnings; use CGI; my $cgi = CGI->new; print $cgi->header('text/html'); print << "EndOfHTML"; <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" > <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-US"> <head> <title>A Simple CGI Page</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> </head> <body> <h1>A Simple CGI Page</h1> <form method="post" enctype="multipart/form-data"> Name: <input type="text" name="name" /><br /> Age: <input type="text" name="age" /><p /> <input type="submit" name="Submit!" value="Submit!" /> </form> <hr /> EndOfHTML if ( my $name = $cgi->param('name') ) { print "Your name is $name.<br />"; } if ( my $age = $cgi->param('age') ) { print "You are $age years old."; } print '</body></html>';
Simpan
Batal
Isi Zip:
Unzip
Create
Buat Folder
Buat File
Terminal / Execute
Run
Chmod Bulk
All File
All Folder
All File dan Folder
Apply