Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: fastcgi broke my Exports

by hesco (Deacon)
on Jul 15, 2009 at 13:50 UTC ( [id://780313]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $VAR1 = [
              '/usr/local/ledgersmb',
    ...
              '/usr/share/perl/5.10',
              '/usr/local/lib/site_perl'
            ];
    
  2. or download this
    $VAR1 = {
              'HTTP/Status.pm' => '/usr/local/share/perl/5.10.0/HTTP/Statu
    +s.pm',
    ...
              'DynaLoader.pm' => '/usr/lib/perl/5.10/DynaLoader.pm',
              'CGI.pm' => '/usr/local/share/perl/5.10.0/CGI.pm'
            };
    
  3. or download this
    $VAR1 = {
              'SCRIPT_NAME' => '/index',
    ...
              'DOCUMENT_ROOT' => '/var/www/apache2-default',
              'HTTP_HOST' => 'beta.example.com'
            };
    
  4. or download this
    $VAR1 = {
              'version::' => *{'::version::'},
    ...
              'XML::' => *{'::XML::'},
              'Number::' => *{'::Number::'}
            };
    
  5. or download this
    Can't locate object method "_GenerateAccountSummary" via package "My::
    +Module" at
    \t/usr/lib/cgi-bin/beta/index line 74 (#1)
    ...
    \tCan't locate object method "_GenerateAccountSummary" via package "My
    +::Module" at /usr/lib/cgi-bin/beta/index line 74.
     at /usr/lib/cgi-bin/beta/index line 74
    Premature end of script headers: index
    

Log In?
Username:
Password:

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

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

    No recent polls found