Help for this page

Select Code to Download


  1. or download this
    use List::Compare::Functional qw(is_LsubsetR);
    
    ...
    $result = is_LsubsetR( [ $test2, $source ] );
    
    $result == 1 ? print "\n\$test2 is True" : print "\n\$test2 is False";
    
  2. or download this
    $test1 is False
    $test2 is True