Help for this page
#!/usr/bin/perl -w use strict; ... print Dumper( $x, \@y ); sub test {}
$VAR1 = undef; $VAR2 = [ 'a', 'b' ];