Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
        my @three_digits = qw{1 2 3};
        return (\@three_letters, \@three_digits);
    }
    
  2. or download this
    Letters REF: ARRAY(0x7ff684047ad0)
    Letters: A B C
    ...
    1
    2
    3