- or download this
while(<IN>)
{
next if 1../The mail system/; # The condition will be true from line
+ 1 until "The mail system"
# Code here
}
- or download this
use v5.14;
use Data::Dumper;
my @list = 1..3;
...
say Dumper \@list;
__DATA__
- or download this
$VAR1 = [
undef,
undef,
undef
];