Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl          
    use strict;                  
    ...
      name: George Johnson
      active: false
      happy: true
    
  2. or download this
    #!/usr/bin/env perl
    use strict;
    ...
    alias $bar[1] = $true;
    
    print Dumper \@foo, \@bar;