- or download this
my @big_images = $opt{big} ? @{$opt{big}} : ();
for my $cross_file (@cross_files) {
...
my $class = 'svg_group';
$class .= ' right' unless grep(/$text/i, @big_images);
}
- or download this
my $magic = crossover_magic( big => ['Smart'] );
- or download this
sub crossover_magic {
my %opt = @_;
...
return $magic;
}