Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Set Notation Handling

by kvale (Monsignor)
on Mar 28, 2005 at 19:18 UTC ( [id://442919]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        use Set::Scalar;
        $s = Set::Scalar->new;
    ...
        $e = $s->symmetric_difference($t);
        $v = $s->unique($t);
        $c = $s->complement;
    
  2. or download this
      use Set::IntSpan qw(grep_set map_set);
    
    ...
      $x_set = xor        $set $set_spec;
      $d_set = diff       $set $set_spec;
      $c_set = complement $set;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://442919]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (5)
As of 2024-04-19 16:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found