Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: The Grand Perspective on CPAN

by ambrus (Abbot)
on Feb 25, 2009 at 20:23 UTC ( [id://746373]=note: print w/replies, xml ) Need Help??


in reply to The Grand Perspective on CPAN

Try the following commands to get (an approximation of) the largest files and directories in CPAN.

rsync -rvz cpan.pair.com::CPAN/ > list perl -e 'use strict; use warnings; my %h; while(<>){ chomp; /^\S{10}/ +or next; my $n = substr $_,43; substr($_,11) =~ /^\s*(\d+)/ or die; m +y $s = $1; while ($n =~ m"/|$"g) { my $p = $`; $p =~ m"authors/id/.(? +:/..)?$" and next; $h{$p} += $s; } } warn 0+keys(%h); for my $n (reve +rse+(sort { $h{$b} <=> $h{$a} } keys%h)[0..9999]) { printf "%10.0f %s +\n", $h{$n}, $n; }' list > sizes

The first command downloads the full directory listing (not the files) from a CPAN mirror server, this is about 33 megabytes uncompressed currently. The second lists the 10_000 largest files and directories (omitting some uninteresting ones) from this to the file sizes.

It turns out that the author with the largest total file size is NWCLARK with 224 megs of files, then GRAHAMC, RGARCIA, TPEDERSE in this order. The largest single file is authors/id/G/GR/GRAHAMC/SiePerl-5.8.8-bin-1.0-Win32.INSTALL.exe, 34 megabytes large.

Here's a copy of the last few lines of output.

(Note that precise numbers could depend not only on the time you download this, but the mirror you use, because we count the sizes of the directory files the file system of the server reports, those sizes can depend on the phase of moon, but that shouldn't matter much compared to the large regular files which make up most of CPAN.)

4820339 authors/id/S/SA/SAMV/Dowse-BadSSH-0.04.tar.gz 4828868 authors/id/T/TA/TAKERU 4883356 authors/id/A/AS/ASCOPE 4890882 authors/id/B/BS/BSCHMAL/parrot-0.6.0.tar.gz 4902946 authors/id/B/BI/BIRNEY/bioperl-1.4.tar.gz 4906297 authors/id/W/WB/WBUNTINE/Alvis-Convert-0.2.tar.gz 4907457 authors/id/T/TW/TWITTEK/konstrukt 4908405 authors/id/T/TW/TWITTEK 4913347 authors/id/C/CA/CAPTTOFU 4925423 authors/id/M/MS/MSTROUT 4928910 authors/id/H/HI/HISSO/Alien-SeleniumRC-1.00.tar.gz 4932637 authors/id/H/HI/HISSO 4939685 authors/id/A/AV/AVAR 4953421 authors/id/R/RG/RGRJR/parrot-0.5.2.tar.gz 4971286 authors/id/C/CE/CERNEY 4985801 authors/id/M/MS/MSIMERSON 5015695 authors/id/S/ST/STEPHEN 5023246 authors/id/L/LR/LROCHER 5024580 authors/id/J/JA/JASONS 5083337 authors/id/S/SM/SMASH/parrot-0.6.3.tar.gz 5098528 authors/id/A/AG/AGENT 5100519 authors/id/T/TO/TONYC 5116837 authors/id/E/EA/EASR/ONTO-PERL 5117785 authors/id/E/EA/EASR 5120384 authors/id/D/DA/DANKOGAI/Unicode-Unihan-0.03.tar.gz 5125893 authors/id/F/FG/FGLOCK 5134365 authors/id/G/GS/GSAR/perl5.00402-bindist04-bc.tar.gz 5168140 authors/id/R/RM/RMCFARLA/Gtk2-Perl 5180162 modules/02packages.details.txt 5199199 authors/id/D/DA/DANKOGAI/Unicode-Unihan-0.04.tar.gz 5222132 authors/id/R/RM/RMCFARLA 5222202 authors/id/A/AD/ADDI 5241412 authors/id/E/EL/ELLIOTJS 5247469 authors/id/S/SI/SIMONF 5249480 authors/id/B/BS/BSCHMAL/parrot-0.6.4.tar.gz 5274767 authors/id/R/RG/RGRJR/parrot-0.7.0.tar.gz 5332369 authors/id/K/KR/KRAEHE 5334402 authors/id/X/XU/XUERON/Text-Scws-0.01.tar.gz 5337467 authors/id/X/XU/XUERON 5338682 authors/id/J/JB/JBAKER/perl-5.005_02+apache1.3.3+modperl-1. +16-bin-bindist1-i386-win32-vc5.zip 5340168 authors/id/W/WB/WBUNTINE 5376510 authors/id/P/PA/PARTICLE/parrot-0.8.0.tar.gz 5415218 authors/id/P/PA/PARTICLE 5419081 authors/id/P/PM/PMIC/parrot-0.7.1.tar.gz 5424514 authors/id/J/JU/JURL 5426457 authors/id/P/PM/PMIC 5441032 authors/id/C/CH/CHROMATIC/parrot-0.9.0.1.tar.gz 5443601 authors/id/G/GS/GSAR/perl-5.6.0.tar.gz 5444882 ports/netware/p580nwp.zip 5451865 ports/netware 5483811 authors/id/E/EX/EXIFTOOL 5519189 authors/id/K/KJ/KJALB 5586242 authors/id/S/SM/SMASH 5630062 authors/id/P/PJ/PJF/App-SweeperBot-0.01.tar.gz 5708710 authors/id/B/BI/BILLH 5741020 authors/id/T/TP/TPEDERSE/WordNet-Similarity-2.02.tar.gz 5741072 authors/id/T/TP/TPEDERSE/WordNet-Similarity-2.01.tar.gz 5742192 authors/id/L/LU/LUKEC 5743175 authors/id/T/TP/TPEDERSE/WordNet-Similarity-2.03.tar.gz 5754979 authors/id/T/TP/TPEDERSE/WordNet-Similarity-2.04.tar.gz 5823761 authors/id/S/ST/STRYTOAST 5846871 authors/id/T/TP/TPEDERSE/WordNet-Similarity-2.05.tar.gz 5850130 authors/id/C/CH/CHROMATIC 5859105 authors/id/J/JH/JHI/perl-5.7.0.tar.gz 5873642 authors/id/O/OV/OVERMARS/OpenGL-QEng-0.27.tar.gz 5874182 authors/id/P/PJ/PJF/App-SweeperBot-0.03.tar.gz 5876706 authors/id/G/GS/GSAR/perl-5.6.1-TRIAL2.tar.gz 5878005 authors/id/O/OV/OVERMARS 5887582 authors/id/P/PJ/PJF/App-SweeperBot-0.02.tar.gz 5894898 authors/id/G/GS/GSAR/perl-5.6.1-TRIAL1.tar.gz 5919092 authors/id/S/SE/SENDU/bioperl-1.5.2_102.tar.gz 5939673 authors/id/G/GS/GSAR/perl-5.6.1-TRIAL3.tar.gz 5971123 authors/id/P/PA/PAJAS 5983038 ports/beos 5983695 authors/id/G/GS/GSAR/perl-5.6.1.tar.gz 6008334 authors/id/N/NI/NI-S/Tk-804.026.tar.gz 6011130 authors/id/N/NI/NI-S/Tk-804.027.tar.gz 6022604 authors/id/J/JH/JHELBERG 6032377 authors/id/S/SA/SAMV/Dowse-BadSSH-0.09.tar.gz 6061623 indices/find-ls.gz 6160256 authors/id/S/SH/SHEVEK 6176370 authors/id/G/GS/GSAR/perl5.00402-bindist04-bc.zip 6255479 authors/id/R/RG/RGARCIA/perl-5.6.2.tar.gz 6302826 ports/as400/old/perlpgm.savf.gz 6331913 authors/id/G/GM/GMPASSOS 6343231 authors/id/Y/YA/YAPPO 6349611 authors/id/M/MH/MHX 6379950 authors/id/M/MS/MSCHWERN/Alien-SVN-1.4.6.0.tar.gz 6409388 authors/id/M/MS/MSCHWERN/Alien-SVN-1.4.5.3.tar.gz 6439614 authors/id/I/IL/ILYAZ/os2/582+/perl_mlb.zip 6443074 authors/id/K/KO/KOKOGIKO 6463771 authors/id/A/AW/AWWAIID/HtmlUnit-0.02.tar.gz 6488665 authors/id/C/CH/CHIPS 6507361 authors/id/B/BR/BRADFITZ 6509004 ports/riscos 6530816 ports/mac/Mac_Perl_520r4_src.bin 6549421 authors/id/S/SU/SULLR 6551491 authors/id/R/RJ/RJBS 6591955 scripts 6617266 authors/id/Q/QJ/QJZHOU 6667573 authors/id/D/DR/DRRHO 6728537 authors/id/G/GP/GPHAT 6744474 authors/id/R/RS/RSPIER 6758357 authors/id/C/CS/CSOE 6781987 authors/id/J/JG/JGOFF/parrot-0.0.8.1.tgz 6782158 authors/id/J/JG/JGOFF/parrot-0.0.8.tgz 6795691 authors/id/I/IL/ILYAZ/os2/582+/perl_inf.zip 6811947 authors/id/C/CH/CHISEL 6812826 authors/id/C/CJ/CJFIELDS/BioPerl-1.5.9_4.tar.gz 6813396 authors/id/C/CJ/CJFIELDS/BioPerl-1.6.0.tar.gz 6821503 authors/id/C/CJ/CJFIELDS/BioPerl-1.5.9_3.tar.gz 6821971 authors/id/C/CJ/CJFIELDS/BioPerl-1.5.9_2.tar.gz 6837404 authors/id/D/DO/DONGXU 6839270 authors/id/A/AU/AUDREYT/Perl6-Pugs-6.2.13.tar.gz 6874406 authors/id/S/SR/SREZIC/Tk-804.027_500.tar.gz 6888716 authors/id/C/CJ/CJFIELDS/BioPerl-1.5.9_1.tar.gz 6890111 authors/id/S/SR/SREZIC/Tk-804.027_501.tar.gz 6917142 authors/id/S/SR/SREZIC/Tk-804.028_501.tar.gz 6925604 authors/id/S/SR/SREZIC/Tk-804.027_502.tar.gz 6927637 authors/id/S/SR/SREZIC/Tk-804.028.tar.gz 6928016 authors/id/S/SR/SREZIC/Tk-804.028_500.tar.gz 6956263 authors/id/M/MA/MAKAROW 7005317 authors/id/J/JB/JBAKER 7022118 authors/id/S/SF/SFINK/parrot-0.0.9.tar.gz 7042535 ports/as400/old/p500502.savf.gz 7060330 authors/id/V/VK/VKON 7069918 authors/id/J/JH/JHI/perl-5.7.1.tar.gz 7157339 authors/id/S/SF/SFINK/parrot-0.0.10.tar.gz 7233370 authors/id/A/AW/AWWAIID/HtmlUnit-0.03.tar.gz 7258589 authors/id/B/BR/BRIANSKI 7274840 authors/id/C/CA/CARLADLER/tandem-perl-v2.zip 7282811 authors/id/S/SE/SENDU 7311449 authors/id/M/MI/MIKI 7320836 authors/id/F/FL/FLORA 7321178 authors/id/S/SF/SFINK/parrot-0.0.11.tar.gz 7322352 authors/id/S/SF/SFINK/parrot-0.0.11.2.tar.gz 7330827 authors/id/T/TM/TMTM 7350584 authors/id/J/JS/JSTENZEL 7418851 authors/id/M/MI/MIRK 7504570 authors/id/A/AR/AREIBENS/PDF-API2-0.69.tar.gz 7591066 authors/id/B/BI/BINGOS 7619536 authors/id/G/GA/GAAS 7652596 authors/id/D/DC/DCANTRELL/Number-Phone-UK-DetailedLocations +-1.3.tar.gz 7762102 authors/id/A/AR/AREIBENS/PDF-API2-0.72.002.tar.gz 7762194 authors/id/A/AR/AREIBENS/PDF-API2-0.71.001.tar.gz 7762458 authors/id/A/AR/AREIBENS/PDF-API2-0.72.001.tar.gz 7762608 authors/id/A/AR/AREIBENS/PDF-API2-0.72.003.tar.gz 7775184 authors/id/J/JH/JHI/perl-5.7.2.tar.gz 7805539 authors/id/C/CW/CWEST 7856362 authors/id/P/PH/PHILCROW/Gantry-3.42.tar.gz 7921598 authors/id/B/BM/BMIDD/perl5.00402-bindist04-msvcAlpha.tar.g +z 7927466 authors/id/T/TY/TYPESTER 8157344 authors/id/A/AN/ANAGHAKK 8217892 authors/id/M/ME/MEYERCJM 8269970 authors/id/L/LU/LUKKA 8306436 authors/id/K/KW/KWILLIAMS 8375378 authors/id/T/TK/TKEEFER 8376763 authors/id/T/TS/TSCHULZ/FreeHAL-71.tar.gz 8409611 authors/id/I/IN/INGY 8429585 authors/id/M/MA/MARKSTOS 8601679 authors/id/S/SR/SRI 8699683 authors/id/J/JM/JMASON 8702905 authors/id/C/CM/CMUNGALL 8748517 authors/id/I/IL/ILYAZ/os2/5.005_53+ 8783707 ports/sharp/Perl_5.8.0_arm.ipk 8784219 ports/sharp 8809305 authors/id/R/RO/ROBERTMAY/Win32-GUI 8896699 authors/id/R/RO/ROBERTMAY 8908539 authors/id/P/PA/PALVARO/Bloom-Faster-1.3.1.tar.gz 8919269 authors/id/T/TS/TSCHULZ 8926427 authors/id/P/PE/PETDANCE 8969629 modules/by-module 8976746 authors/id/J/JO/JOHND 9075133 authors/id/G/GO/GOZER 9077162 authors/id/G/GB/GBARR 9096782 authors/id/J/JH/JHI/perl-5.7.3.tar.gz 9112629 authors/id/H/HM/HMBRAND 9138380 authors/id/I/IL/ILYAZ/os2/tk/binary 9179492 ports/msdos/old/perl4 9212132 authors/id/J/JR/JROBINSON 9223082 src/misc/mydb313.tar.gz 9365247 authors/id/A/AA/AARDO 9400938 authors/id/G/GE/GERRIT/perl_debug-5.8.1-2-srctree.tar.bz2 9407983 authors/id/D/DA/DAGOLDEN 9424944 authors/id/N/NW/NWCLARK/perl-5.8.2.tar.bz2 9464689 authors/id/N/NW/NWCLARK/perl-5.8.5.tar.bz2 9478487 authors/id/H/HV/HVDS/perl-5.9.0.tar.bz2 9485888 authors/id/G/GE/GERRIT/perl_debug-5.8.1-2.tar.bz2 9498179 modules/by-category 9509716 authors/id/N/NW/NWCLARK/perl-5.8.3.tar.bz2 9590707 authors/id/G/GE/GERRIT/perl_debug-5.8.1-2-src.tar.bz2 9598489 authors/id/N/NW/NWCLARK/perl-5.8.4.tar.bz2 9645899 authors/id/J/JR/JRED 9693085 authors/id/N/NW/NWCLARK/perl-5.8.6.tar.bz2 9743358 authors/id/M/MI/MIKER 9774280 authors/id/S/SA/SARTAK 9839086 authors/id/N/NW/NWCLARK/perl-5.8.7.tar.bz2 9995433 authors/id/D/DB/DBURDICK/BoostGraph 10026990 authors/id/P/PA/PALVARO 10052369 authors/id/T/TU/TURNSTEP 10123359 authors/id/N/NW/NWCLARK/perl-5.8.8.tar.bz2 10141095 authors/id/A/AR/ARANDAL 10154137 authors/id/B/BS/BSCHMAL 10187830 authors/id/B/BD/BDFOY 10241629 authors/id/R/RG/RGRJR 10253152 authors/id/C/CA/CARLADLER 10328687 authors/id/D/DB/DBURDICK 10370684 authors/id/R/RK/RKIES 10473384 authors/id/R/RH/RHANDOM 10541773 indices 10570841 authors/id/C/CH/CHM 10588746 authors/id/S/ST/STEVAN 10975762 authors/id/B/BM/BMIDD 11011004 authors/id/D/DU/DUNCAND 11023084 authors/id/J/JH/JHI/perl-5.8.0.tar.gz 11107938 authors/id/N/NW/NWCLARK/perl-5.8.9-RC1.tar.bz2 11121414 authors/id/N/NW/NWCLARK/perl-5.8.9.tar.bz2 11122050 authors/id/N/NW/NWCLARK/perl-5.8.9-RC2.tar.bz2 11199358 authors/id/J/JW/JWIED 11387826 authors/id/A/AN/ANDYA 11448689 authors/id/I/IL/ILYAZ/os2/tk 11570976 authors/id/K/KA/KARASIK 11627715 authors/id/T/TT/TTY/kurila-1.14_0.tar.gz 11628435 authors/id/S/SA/SAMPO 11681257 authors/id/T/TT/TTY/kurila-1.13_0.tar.gz 11687676 authors/id/M/MA/MARKOV 11710608 ports/as400/perl-5.8.0@18380-os400.tgz 11717912 authors/id/D/DM/DMAKI/Alien-MeCab-0.97000.tar.gz 11718046 authors/id/D/DM/DMAKI/Alien-MeCab-0.97001.tar.gz 11718164 authors/id/D/DM/DMAKI/Alien-MeCab-0.97002.tar.gz 11718178 authors/id/D/DM/DMAKI/Alien-MeCab-0.97003.tar.gz 11718406 authors/id/D/DM/DMAKI/Alien-MeCab-0.97004.tar.gz 11718494 authors/id/D/DM/DMAKI/Alien-MeCab-0.97005.tar.gz 11755408 authors/id/M/MS/MSCHILLI 11830099 authors/id/P/PH/PHILCROW 11857808 authors/id/J/JH/JHI/perl-5.8.1.tar.gz 11896287 authors/id/N/NW/NWCLARK/perl-5.8.2.tar.gz 11905764 authors/id/L/LB/LBROCARD 11905830 authors/id/H/HV/HVDS/perl-5.9.0.tar.gz 11907880 modules/dbperl/DBI/perldb-interest 11930764 authors/id/N/NW/NWCLARK/perl-5.8.5.tar.gz 11995887 authors/id/R/RG/RGARCIA/perl-5.9.1.tar.gz 12002329 authors/id/N/NW/NWCLARK/perl-5.8.3.tar.gz 12028015 authors/id/H/HD/HDIAS 12085483 authors/id/T/TT/TTY/kurila-1.11_0.tar.gz 12094233 authors/id/N/NW/NWCLARK/perl-5.8.4.tar.gz 12221477 authors/id/M/MA/MARCEL 12254425 modules/dbperl/DBI 12254916 authors/id/N/NW/NWCLARK/perl-5.8.6.tar.gz 12254943 authors/id/C/CL/CLACO 12276752 ports/msdos/old 12285033 authors/id/G/GR/GRICHTER 12395080 authors/id/A/AN/ANDK 12450287 authors/id/R/RG/RGARCIA/perl-5.9.2.tar.gz 12505240 authors/id/B/BA/BARBIE/CPAN-Testers-WWW-Statistics-0.56.tar +.gz 12512211 authors/id/N/NW/NWCLARK/perl-5.8.7.tar.gz 12600223 authors/id/C/CL/CLKAO 12760539 authors/id/F/FE/FELICITY 12829188 authors/id/N/NW/NWCLARK/perl-5.8.8.tar.gz 12859200 authors/id/T/TU/TURNERJW 13007141 authors/id/M/MB/MBARBON 13194993 authors/id/B/BI/BIGJ 13197510 authors/id/S/SA/SAMV 13353180 ports/as400/old 13380606 authors/id/S/SK/SKIPPY/Bio-Affymetrix-0.1.tar.gz 13558946 authors/id/S/SM/SMUELLER 13597144 authors/id/S/SK/SKIPPY/Bio-Affymetrix-0.3.tar.gz 13599452 authors/id/S/SK/SKIPPY/Bio-Affymetrix-0.4.tar.gz 13677769 authors/id/J/JE/JESSE 13796779 authors/id/R/RG/RGARCIA/perl-5.9.3.tar.gz 13947452 authors/id/N/NW/NWCLARK/perl-5.8.9-RC1.tar.gz 13954038 authors/id/N/NW/NWCLARK/perl-5.8.9-RC2.tar.gz 13954888 authors/id/N/NW/NWCLARK/perl-5.8.9.tar.gz 13968935 authors/id/D/DH/DHUNT 14243669 authors/id/A/AW/AWWAIID 14298383 authors/id/R/RG/RGARCIA/perl-5.9.4.tar.gz 14619646 authors/id/C/CF/CFRANKS 14659584 ports/msdos 15262250 authors/id/G/GR/GRAHAMC/SiePerl-5.6.1-bin-1.1-Solaris2.6.IN +STALL.tar.gz 15284850 authors/id/G/GR/GRAHAMC/SiePerl-5.6.1-bin-1.1-Solaris2.6.IN +STALL.pkg.gz 15562121 authors/id/R/RG/RGARCIA/perl-5.9.5.tar.gz 15595020 authors/id/R/RG/RGARCIA/perl-5.10.0.tar.gz 15765548 authors/id/R/RG/RGARCIA/perl-5.10.0-RC2.tar.gz 15806597 authors/id/R/RG/RGARCIA/perl-5.10.0-RC1.tar.gz 15830638 authors/id/J/JG/JGOFF 15835871 authors/id/J/JM/JMCNAMARA 15888220 authors/id/J/JQ/JQUELIN 15968705 authors/id/D/DO/DOMM 16055873 authors/id/C/CD/CDOLAN 16075741 authors/id/D/DA/DANIEL 16096553 authors/id/J/JO/JOHANL 16907677 authors/id/J/JD/JDHEDDEN 16975871 ports/mac 17175260 authors/id/I/IL/ILYAZ/modules 17255484 authors/id/E/EW/EWILHELM 17534442 authors/id/L/LG/LGODDARD 17617827 authors/id/H/HI/HIO 17836429 authors/id/C/CL/CLOTHO 17901766 authors/id/M/MS/MSERGEANT 17930964 authors/id/A/AB/ABW 18437939 authors/id/D/DC/DCANTRELL 18874436 authors/id/D/DB/DBROWNING 19102740 authors/id/P/PJ/PJF 19311104 authors/id/G/GR/GRAHAMC/SiePerl-5.8.0-bin-1.0-Win32.INSTALL +.exe 19928832 authors/id/C/CN/CNANDOR/MacPerl-5.6.1r2_full.bin 20161920 authors/id/C/CN/CNANDOR/MacPerl-5.6.1r1_full.bin 20349956 authors/id/C/CN/CNANDOR/VISEData 20627248 authors/id/B/BA/BARBIE 20646823 authors/id/L/LE/LETO 20909421 authors/id/T/TP/TPEDERSE/Text-SenseClusters-0.98.tar.gz 20958048 authors/id/T/TP/TPEDERSE/Text-SenseClusters-1.00.tar.gz 20962386 authors/id/T/TP/TPEDERSE/Text-SenseClusters-1.01.tar.gz 21160524 modules/dbperl 21321111 authors/id/K/KA/KANE 21420294 authors/id/H/HV/HVDS 21557135 authors/id/B/BI/BIRNEY 21567784 authors/id/D/DC/DCOPPIT 21948560 authors/id/S/SH/SHERLOCK 22555549 authors/id/M/MR/MRAMBERG 22945197 authors/id/M/MS/MSCHWERN 23269731 authors/id/G/GR/GRAHAMC/SiePerl-5.8.0-bin-1.0-Linux2.2.14.I +NSTALL.i386.tar.gz 23845245 authors/id/G/GR/GRAHAMC/SiePerl-5.8.0-bin-1.0-Linux2.2.14.I +NSTALL.i386.rpm 24490629 authors/id/P/PM/PMQS 25069852 ports/as400 25724474 authors/id/M/MI/MIYAGAWA 26092027 authors/id/K/KR/KRISHPL/perl-5.6-info.tar.gz 26396448 authors/id/T/TO/TOKUHIROM 26502327 authors/id/N/NI/NI-S 27246723 authors/id/A/AD/ADAMK 27805330 authors/id/A/AS/ASNMTAP 27868267 authors/id/T/TS/TSCH 28479568 authors/id/G/GE/GERRIT 29600226 authors/id/K/KR/KRISHPL 29688942 authors/id/S/SF/SFINK 30310467 authors/id/G/GR/GRAHAMC/SiePerl-5.8.0-bin-1.0-IRIX6.5.INSTA +LL.IP22.tar.gz 31005451 authors/id/A/AU/AUDREYT 33023685 authors/id/L/LE/LEOCHARRE 33242079 authors/id/M/ML/MLEHMANN 34047221 src/misc 34730534 authors/id/B/BT/BTMCINNES 34753776 authors/id/E/EH/EHOOD 34949134 src 35345768 authors/id/I/IL/ILYAZ/os2/582+ 35396457 authors/id/T/TT/TTY 36082913 authors/id/G/GR/GRAHAMC/SiePerl-5.8.8-bin-1.0-Win32.INSTALL +.exe 36533008 authors/id/J/JS/JSIRACUSA 38779587 authors/id/A/AR/AREIBENS 40650500 authors/id/S/SK/SKIPPY 46011989 authors/id/D/DR/DROLSKY 47769917 authors/id/A/AL/ALEXMASS 51649355 authors/id/T/TI/TIMB 51938918 authors/id/C/CJ/CJFIELDS 54783997 modules 54955580 authors/id/D/DA/DANKOGAI 54980720 authors/id/S/SR/SREZIC 57797322 authors/id/I/IL/ILYAZ/os2 59027334 authors/id/L/LD/LDS 66641288 authors/id/C/CN/CNANDOR 69808484 authors/id/J/JH/JHI 71495817 authors/id/G/GS/GSAR 77448454 authors/id/A/AU/AUTRIJUS 79480094 authors/id/I/IL/ILYAZ 83576792 authors/id/D/DM/DMAKI 91324177 ports 103132270 authors/id/T/TP/TPEDERSE 122303908 authors/id/R/RG/RGARCIA 163733330 authors/id/G/GR/GRAHAMC 234674506 authors/id/N/NW/NWCLARK 4985324948 authors/id 4996500941 authors

Update: I have posted the generalization of this code to rsyncsize -- Largest directories on a remote file system.

Update 2011-12-17: CPAN - As Seen From Space!

Replies are listed 'Best First'.
Re^2: The Grand Perspective on CPAN
by belg4mit (Prior) on Feb 26, 2009 at 03:03 UTC
    Looks like some people need to be made aware of backpan, and cull their folders :-P

    It also seems kind of odd to store the perl source in pumpkings' folders...

    --
    In Bob We Trust, All Others Bring Data.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://746373]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (5)
As of 2024-03-29 08:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found