Help for this page

Select Code to Download


  1. or download this
    #! perl
    use strict;
    ...
        say get_unique    ( [ $hash1{$key} // [], $hash2{$key} // [] ] );
        say get_complement( [ $hash1{$key} // [], $hash2{$key} // [] ] );
    }
    
  2. or download this
    13:23 >perl 1000_SoPW.pl
    2,4
    5,7
    
    13:23 >