Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Re: Re: Big Picture

by duelafn (Parson)
on Oct 02, 2002 at 13:18 UTC ( [id://202253]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      $i = 'A'; # the class label
      for $n (@temp) {
        next if defined $arrangements{$n}; # already classified it.
    ...
        &ClassReunion( $i, \@classmates );
        $i++;
      }
    
  2. or download this
    sub M1 { map join(',', @_[$_..$#_], @_[0..$_-1]), 1..$#_ }
  3. or download this
    sub M2 {
      my %temp;
      @temp{(1..@_)} = @_;
      %temp = reverse %temp;
      return join(',', @temp{(1..@_)});
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-25 18:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found