Help for this page

Select Code to Download


  1. or download this
        my @filenames = qw/a.png dpq.jpg zx.png ott.jpg zzz.tiff  oi.png/;
        foreach (@filenames) {
            my $next = next_file($_);
            say "next is $next";
        }
    
  2. or download this
    sub next_file {
        use strict;
    ...
            return $string3;
        }
    }
    
  3. or download this
    word is a
    next is b.png
    ...
    word is oi
    snakeeyes: you hit nothing with oi
    next is a.png