Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
        $data =~ s/(\$\w+\s+=\s+)|[\n\[\];]//gm; # massage the output
        return [eval "$data"];
    }
    
  2. or download this
    $VAR1 = [
              1,
    ...
              6,
              7
            ];