Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^3: fastcgi broke my Exports

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

Help for this page

Select Code to Download


  1. or download this
              'Account::' => *{'My::Module::Account::'},
    
  2. or download this
    {
      $ENV{PATH} = "/bin";
    ...
        }
      }
    }
    
  3. or download this
    The next module is: My/Module/Account.pm
    our @EXPORT = qw( . . . _GenerateAccountSummary . . . );
    our %EXPORT_TAGS = ( all => [qw( . . .  _GenerateAccountSummary  . . .
    + )] );
    sub _GenerateAccountSummary {
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (8)
As of 2024-03-28 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found