Help for this page

Select Code to Download


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