Help for this page

Select Code to Download


  1. or download this
    @data = ( [1, 2, 3, 4, 5],
              ['one', 'two', 'three', 'four', 'five'],
              ['ein', 'zwei', 'drei', 'veir', 'funf'],
              ['hana', 'dool', 'set', 'net', 'dasut'],
              ['yi', 'er', 'san', 'si', 'wu'],
             );
    
  2. or download this
    1   one    ein     hana   yi
    2   two    zwei    dool   er 
    3   three  drei    set    san 
    4   four   veir    net    si 
    5   five   funf    dasut  wu
    
  3. or download this
    use strict;
    use warnings;
    ...
      }
      print $/
    }
    
  4. or download this
    1 one ein hana yi
    2 two zwei dool er 
    3 three drei set san 
    4 four veir net si 
    5 five funf dasut wu
    
  5. or download this
    #!/usr/bin/perl -wT
    use strict;
    ...
    </table>
    </body>
    </html>