Help for this page

Select Code to Download


  1. or download this
    sub _traverse {
        my ($self, $pointer, $itself, $path, @path) = @_;
    
        die "Incorrect parameter" unless $itself =~/^\d+$/;
        ...
    
  2. or download this
    perl -d <your-program-name>
     # At the prompt, enter "c" (without the quotes), then <enter>.