Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^2: symbolic variables

by Anonymous Monk
on Jan 04, 2008 at 02:07 UTC ( #660363=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    yikes, i have to resort to them whenever i want to have "generic" logi
    +c that deals with a multitude of routines.
     
    ...
      dispatch tables
      and in most unit test scripts
    If you have a better alternative; i'll consider it!
    
  2. or download this
    package <>;
    our $scalarMethods;
    ...
        return $self->{$attributeScalar};
      }
    }
    
  3. or download this
    for ( $ndx=0; $ndx<=0; $ndx++ ) {
        no strict 'refs';
        ($kgDATA,$pmDATA) = &{ "cktTmplt_utils::$SUB" }($ndx );
    
  4. or download this
    # are package variables accessible ?
    no strict "refs";
    ...
        ${ $pkg . "::TST" } = 1;        # return data and don't execute
    }
    use strict "refs";
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others avoiding work at the Monastery: (1)
As of 2023-06-06 05:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (26 votes). Check out past polls.

    Notices?