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

"main::Objects" used only once: possible typo

by vinoth.ree (Monsignor)
on Apr 28, 2009 at 13:25 UTC ( [id://760610]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Objects;
    
    sub New
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    use Objects;
    ...
        $main::Objects = New Objects;
        print "This is in \"func\" function.\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (2)
As of 2024-04-26 06:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found