Help for this page

Select Code to Download


  1. or download this
    --- c:\p517\perl\pp_hot.c --------------------------------------------
    +----------
       456: 
    ...
       620: }
    2807D721 C9               leave            
    2807D722 C3               ret
    
  2. or download this
    OP             *
    Perl_pp_add(PerlInterpreter * my_perl)
    ...
            return ((my_perl->Istack_sp) = sp, (my_perl->Iop)->op_next);
        }
    }
    
  3. or download this
    --- c:\p517\perl\pp_hot.c --------------------------------------------
    +----------
       456: 
    ...
       643:                 } while (0);
    2807D721 C9               leave            
    2807D722 C3               ret
    
  4. or download this
    #psuedo code probably
    sub NewUser{
    $Users{$_[0]}{'Locations'} = $magicHash{'NewRecord'}->AddClientLocatio
    +ns($magicHash{'NewRecord'}->AddLocation($magicHash{'NewRecord'}));
    }