Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

CGI::Application Error

by czarfred (Beadle)
on Nov 18, 2001 at 09:29 UTC ( [id://126092]=perlquestion: print w/replies, xml ) Need Help??

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.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://126092]
Approved by root
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (1)
As of 2024-04-25 00:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found