Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Deparse produces different output for a different user

by jameshow (Initiate)
on Oct 06, 2010 at 22:11 UTC ( [id://863875]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    root # perl -MO=Deparse webDB.pm
    package webDB;
    sub BEGIN {
    ...
    @EXPORT_OK = ();
    $VERSION = '1.00';
    use DBI;
    
  2. or download this
    cabocron # perl -MO=Deparse webDB.pm
    Undefined subroutine &webDB::getRecord called at webSubs.pm line 1233.
    Compilation failed in require at webDB.pm line 26.
    ...
    }
    use DBI;
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-29 05:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found