Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: RFC: Is there more to alias? (cases)

by tye (Sage)
on Aug 24, 2004 at 22:37 UTC ( [id://385534]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    alias $heap->Push( $dna );
    
  2. or download this
    my $heapPush= aliasize $heap->can("Push");
    $heapPush->( $heap, $dna );
    
  3. or download this
    my @x;
    
    ...
            $x[$j]= $t;
        };
    }
    
  4. or download this
    swap( 0, 1 );
    exchange( 0, 1 );
    swap( 0, 0 );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-03-28 13:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found