Help for this page

Select Code to Download


  1. or download this
    
    File_name, Size_Byte, Date
    ...
    the sheep and cucumber.mdb,4567356,01/01/2003
    jojo-elliot.ppt,45675465,08/12/1995
    hello_doly,8672341,12/9/1966
    
  2. or download this
    #! c:/perl/bin/perl.exe -slw
    use strict;
    ...
    my $total = $DB->sql("SELECT SUM(Size_Byte) FROM Files_U WHERE Type ='
    +doc'");
    #print "$total"; this is not correct
    $DB->Close;