Help for this page

Select Code to Download


  1. or download this
    @c = map { +{%{$a[$_]}, %{$b[$_]}} } 0 .. @a - 1;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    Dump(\@c_ambrus, \@c_diotalevi)->Names(q"@c_ambrus", q"@c_diotalevi")-
    +>Out;
    
    __END__
    
  3. or download this
    @c_ambrus = (
                  {
    ...
                       otherdata => 'bstuff'
                     }
                   );