Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        }
        return \@info_nodes;
      }
    
  2. or download this
    $VAR1 = [
              'first',
              'second',
              'third'
            ];
    
  3. or download this
    sub _go_through {
        no strict 'refs';
    ...
    
        return \@info_nodes;
    }
    
  4. or download this
    Can't use string ("p1") as a HASH ref while "strict refs" in use at ..
    +.