Help for this page

Select Code to Download


  1. or download this
    pyx xcard.xml | perl -nle '/^\((\S+)/ && print $1' | sort -u
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
        my @tags = sort keys %{ $self->{tag} || {} };
        return \@tags;
    }