Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: trailing white spaces when pushing into array

by ikegami (Patriarch)
on Aug 23, 2018 at 20:36 UTC ( [id://1220954]=note: print w/replies, xml ) Need Help??


in reply to Re: trailing white spaces when pushing into array
in thread trailing white spaces when pushing into array

yuck!

$content = $baseurl . join("", @list);
or
$content = join("", $baseurl, @list);

Replies are listed 'Best First'.
Re^3: trailing white spaces when pushing into array
by BillKSmith (Monsignor) on Aug 23, 2018 at 20:58 UTC
    Much better. I only addressed the symptom, not the real problem.
    Bill

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-28 09:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found