Help for this page
@jpgs = glob("/path/to/images/*.jpg"); @big_jpgs = grep { -s $_ > 100000 } glob("/images/*.jpg");
my $template = get_template(); $template =~ s/<%token%>/$token_value/g;