Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Tie & Destroy, OOP

by bikeNomad (Priest)
on Aug 09, 2001 at 21:34 UTC ( [id://103521]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {
      my $global = ...;
    ...
        $global->whatever()
      }
    }
    
  2. or download this
    use strict;
    $^W++;
    ...
    our $a = A->new();
    
    END { $a = undef; }
    

Log In?
Username:
Password:

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

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

    No recent polls found