Hello bigup401,
The output is correct. See bellow:
#!/usr/bin/perl use strict; use warnings; use Data::Dumper; my $array = ["Test1", "Test2"]; print $array . "\n"; print Dumper $array; __DATA__ $ perl test.pl ARRAY(0x83b178) $VAR1 = [ 'Test1', 'Test2' ];
You can read a bit more at perlref.
Hope this helps.
In reply to Re^5: extract column data
by thanos1983
in thread extract column data
by bigup401
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |