One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
xampp7
/
perl
/
vendor
/
lib
/
Mojo
/
Edit File:
HelloWorld.pm
package Mojo::HelloWorld; use Mojo::Base 'Mojolicious'; sub startup { my $self = shift; $self->log->level('error')->path(undef); $self->routes->any('/*whatever' => {whatever => '', text => 'Your Mojo is working!'}); } 1; =encoding utf8 =head1 NAME Mojo::HelloWorld - Hello World! =head1 SYNOPSIS use Mojo::HelloWorld; my $hello = Mojo::HelloWorld->new; $hello->start; =head1 DESCRIPTION L<Mojo::HelloWorld> is the default L<Mojolicious> application, used mostly for testing. =head1 ATTRIBUTES L<Mojo::HelloWorld> inherits all attributes from L<Mojolicious>. =head1 METHODS L<Mojo::HelloWorld> inherits all methods from L<Mojolicious> and implements the following new ones. =head2 startup $hello->startup; Creates a catch-all route that renders a text message. =head1 SEE ALSO L<Mojolicious>, L<Mojolicious::Guides>, L<https://mojolicious.org>. =cut
Simpan