- or download this
@echo off
set PATH=perl;%PATH%
perl -Iperl\lib start_on_windows.pl "script/project"
pause
- or download this
[lib]
[perl]
...
START.CMD
start_on_windows.pl
project.conf
- or download this
#!perl
use Mojo::Base -strict;
...
}
}
}
- or download this
$r->websocket('/bus' => sub {
my $self = shift;
...
});
}
);