Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    use strict;
    ...
    my @intersection = $lc->get_intersection;
    
    print Dumper(@intersection);
    
  2. or download this
    $VAR1 = '6';
    $VAR2 = '7';
    $VAR3 = '9';