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

original object getting changed as new process starts

by simonz (Sexton)
on Oct 04, 2013 at 18:18 UTC ( [id://1056910]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    use warnings;
    
    A::func();
    
  2. or download this
    use Exporter;
    @EXPORT = qw ($guimodule);
    ...
    }
    1;
    
  3. or download this
    sub new 
    { ....
    ...
    
    }
    1;
    
  4. or download this
    my $s = Server->new();
    $s->initServer();
    
  5. or download this
    use A; 
    sub new 
    ...
    }
    1;
    

Log In?
Username:
Password:

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

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

    No recent polls found