Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Annoying warnings...

by schwern (Scribe)
on Jul 16, 2005 at 23:27 UTC ( [id://475517]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    The other annoying warning is "Name ... used only once: possible typo.
    +..". For this I do this song-and-dance:
    
      $DB::single = $DB::single = 1;
    
  2. or download this
        use DB_File;
        # Just some global in DB_File.
        $DB_File::db_version = 42;
    
  3. or download this
        use DB_File;
        $DB_File::wibble = 42;
    
  4. or download this
        require DB_File;
        $DB_File::db_version = 42;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-03-29 11:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found