- or download this
sub get_meta_keywords {
my ($script,$parameter) = @_;
...
return $meta_keywords;
}
- or download this
#!/usr/bin/perl -w
my @keywords = qw(one two three);
...
print $meta_keywords, "\n";
exit;
- or download this
sub get_meta_keywords {
...
...
return $meta_keywords;
}