- or download this
my @step=(1..9);
push (@step, 0);
...
$step . $_;
}
print ($step x 7);
- or download this
my @step=(1..9);
push (@step, 0);
...
foreach (@stepCount) {
print @step;
}
- or download this
my $what = "fred|barney";
...
print "Not there.\n";
}
}
- or download this
my $what = "(fred|barney){3}";
...
print "Not there.\n";
}
}