Help for this page

Select Code to Download


  1. or download this
    my $totmem = $OVERALL_MEM =~ /(\d+)/;
    
  2. or download this
    my ($totmem) = $OVERALL_MEM =~ /(\d+)/;
    
  3. or download this
    use warnings;
    use strict;
    ...
    
    totmem is : 148704012