Help for this page

Select Code to Download


  1. or download this
    my $size = $share->size;
    
  2. or download this
    use strict;
    use warnings;
    ...
    my $num_segments = $share->num_segments;
    
    print "Segments: $num_segments\n";