Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Dynamically Changing Packages w/out Eval

by duelafn (Parson)
on Jun 15, 2009 at 13:41 UTC ( [id://771658]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package DynPackage;
    use Filter::Simple;
    use Text::Balanced qw/ extract_bracketed /;
    ...
    ;
    
    1;
    
  2. or download this
    use DynPackage;
    
    foreach my $block ($self->get_blocks) {
    ...
      };
      $self->_croak($@) if $@;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-03-29 08:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found