Help for this page

Select Code to Download


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