Skip to content

QBitFramework/QBit-WebInterface-PSGI

 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 100.0%