Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
        say "$_ $occ $min $max $tot";
    }
    
  2. or download this
    $ perl test.pl
    select * from emp ...etc  2 5 30 35
    select * from home ...etc  2 20 20 40
    select * from person ...etc  3 10 50 90
    $