Help for this page

Select Code to Download


  1. or download this
              'growth_since_2w' => '16923',
              'followersperdate' => {
    ...
                                    'date2009-06-20' => '11401'
                                  },
              'tomorrow' => '18014',
    
  2. or download this
        my $data = $xml->XMLin( $my_xml_file );
    
        my %followers = $data->{followersperdate};
    
    ...