Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Create a built-in-like sub?

by dragonchild (Archbishop)
on Feb 11, 2002 at 13:30 UTC ( [id://144631]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub compress ($) {
        my $val = shift;
        # Do stuff with $val
    }
    
  2. or download this
    sub compress (\@@) {
        my $array = shift;
    ...
    
        # Do stuff with the listref $array and the list of scalars @values
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-25 21:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found