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

Re: Re: recursive complex structure or something like that?

by sauoq (Abbot)
on Jul 26, 2003 at 02:27 UTC ( [id://278031]=note: print w/replies, xml ) Need Help??


in reply to Re: recursive complex structure or something like that?
in thread recursive complex structure or something like that?

= split ' ', $line, -3;

You almost certainly want

= split ' ', $line, 3;
not -3.

-sauoq
"My two cents aren't worth a dime.";

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://278031]
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: (5)
As of 2024-04-20 01:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found