- or download this
my $left_text = [ qw{ when rome romans} ];
my $right_text = 'When in Rome, Romans do as the Romans do in Rome.';
- or download this
#!/usr/bin/perl
use strict;
use warnings;
...
print "Found = $count\n";
__END__
Found = 3
- or download this
my $left_text = [ qw{ when rome romans} ];
my $right_text = 'When in the Terrordrome, do as the Romans.';
- or download this
#!/usr/bin/perl
use strict;
use warnings;
...
print "Found = $count\n";
__END__
Found = 2