- or download this
open(FH, "config.txt");
$cfg->guess_syntax(\*FH));
...
my @tags = $cfg->param("Tags");
unlink $_ for @tags;
- or download this
my @valid_tag = intersect(@user_tags, @hash_tags);
if (@valid_tag == 0){
...
chomp (@valid_tag);
}
- or download this
$ script.p, -c "test"
- or download this
$ script.pl -c "test page"