Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^5: Passing Along Arrays

by frozenwithjoy (Priest)
on Aug 26, 2014 at 22:13 UTC ( #1098690=note: print w/replies, xml ) Need Help??


in reply to Re^4: Passing Along Arrays
in thread Passing Along Arrays

There is no close paren on this:
push @projects, [ \readOnly( "$pointerProj Data.txt", "B"];

Also, instead of using \readOnly(), what happens if you put it inside its own square brackets like the following?

push @projects, [ [ readOnly( "$pointerProj Data.txt" ) ] , "B"];

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2023-03-24 16:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    Which type of climate do you prefer to live in?






    Results (61 votes). Check out past polls.

    Notices?