Help for this page

Select Code to Download


  1. or download this
    $value = $hash_ref->{'key'};
  2. or download this
    Module->import(LIST);
  3. or download this
    Module->import(LIST);             # method call
    import Module (LIST);             # alternate method call 
    &Module::import('Module', LIST);  # plain old subroutine call, no inhe
    +ritance