Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    $VAR1 = [
              1
            ];
    
  2. or download this
    $VAR1 = [
              [1, 2, 3, 4] String0,
    ...
              [1, 2, 3, 4] String6,
              [1, 2, 3, 4] String7
            ];