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

Re: precedence: two functions on one line

by iakobski (Pilgrim)
on Jul 27, 2001 at 18:38 UTC ( [id://100318]=note: print w/replies, xml ) Need Help??


in reply to precedence: two functions on one line

You appear to have left out the first argument to join, it should be the character you want to put between each item you join. Use a null string if you just want to join everything together.

-- iakobski

Replies are listed 'Best First'.
Re: Re: precedence: two functions on one line
by kingman (Scribe) on Jul 27, 2001 at 18:45 UTC
    The first argument to join is supposed to be
    split /<br>\n/, $tracker
    The second arg is supposed to be:
    $path

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (2)
As of 2024-04-26 02:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found