Help for this page

Select Code to Download


  1. or download this
    sub x {
        my $aref = shift;
    ...
            unless @$aref and $aref->[ -1 ]{ name } eq $name;
        x( $aref->[ -1 ]{ children } ||= [], @kids ) if @kids;
    }
    
  2. or download this
    #! perl -slw
    use strict;
    ...
    foo / qux / three
    foo / qux / four
    five
    
  3. or download this
    c:\test>junk9 | more
    $VAR1 = [
    ...
              }
            ];