Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print @new,"\n";
    
  2. or download this
    
    $rref->{FOO}->[5] = "bar";
    ...
    print "$rref->[5]";#gives the values "cat" & "bar"
                       #also lists the sub-structures that contain
                       #a [5] in an array (or some such)
    
  3. or download this
    Relational Referencing.
    
    ...
    
        * Execution?