Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Passing variables into a subroutine

by daxim (Curate)
on Sep 03, 2012 at 17:22 UTC ( [id://991491]=note: print w/replies, xml ) Need Help??


in reply to Passing variables into a subroutine

I guess you want
sub create_output { # no prototype my ($lines, $entry_no_new) = @_; # $lines is arrayref

See The purpose of prototypes in perl subroutines, The Problem with Prototypes, Why are Perl 5's function prototypes bad?, Prototype

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (2)
As of 2024-04-26 05:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found