- or download this
package bluebox;
use base 'CGI::Application';
...
}
1;
- or download this
#!/usr/bin/perl -w
use bluebox;
...
my $book = bluebox->new();
$book->run();
- or download this
Can't use string ("bluebox") as a HASH ref while "strict refs" in use
+at /usr/lib/perl5/site_perl/5.6.0/CGI/Application.pm line 361.