Skip to content

Madskill/QBit-WebInterface-PSGI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QBit-WebInterface-PSGI

nano ./lib/WebInterface.pm

    use base qw(QBit::WebInterface::PSGI Application);

nano ./bin/starter.pl

    #!/usr/bin/perl 

    use qbit; 

    use lib qw(./lib);

    use WebInterface;

    WebInterface->new()->run;

start

    starman ./bin/starter.pl

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages