Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
    sub print_vals { print "@{$_[0]}{1..3}" }
    
    sub load_vals { @{$_[0]}{1..3} = qw{X Y Z} }
    
  2. or download this
    term1 term2 term3
    A term2 term3
    ...
    A B C
    X Y Z
    D E F