Help for this page

Select Code to Download


  1. or download this
    package bluebox;
    use base 'CGI::Application';
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl -w
    use bluebox;
    ...
    
    my $book = bluebox->new();
    $book->run();
    
  3. 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.