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

Re: using a subroutine

by Zaxo (Archbishop)
on Aug 09, 2004 at 06:14 UTC ( #381146=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($user, $lib) = qw(/home/john /lib);
    sub directs {
        my $count;
    ...
    }
    
    print directs( $user, $lib), ' files deleted.', $/;
    
  2. or download this
    {
        local $/ = '<br />';
        foo(@args);
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://381146]
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: (4)
As of 2023-12-04 15:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    What's your preferred 'use VERSION' for new CPAN modules in 2023?











    Results (25 votes). Check out past polls.

    Notices?