Help for this page
#!/usr/bin/perl use strict; use warnings;
my $var = ''; my @array = ();
foreach my $line (<DATA>) {
exit;