Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: A mini-language for sequences (part 1)

by itub (Priest)
on Nov 05, 2004 at 20:48 UTC ( [id://405630]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use overload x => 'seq_prod2';
    
    $s1 = seq(1,2,3);
    $s2 = seq(qw(a b c));
    $p  = $s1 x $s2; # same as seq_prod2($s1, $s2);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-23 15:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found