Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    <meta name="APU:IndustryCode" content="Joint ventures / investment" />
    </head>
    </DataContent>
    
  2. or download this
    foreach (0..$#{$gXMLDoc->{head}->{meta}})
    {
      print $gXMLDoc->{head}->{meta}[$_]->{content},"\n";
    }