Help for this page

Select Code to Download


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