Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Typo or on purpose? Variable instantiation with string concatenation operator

by ikegami (Patriarch)
on Oct 06, 2015 at 15:23 UTC ( [id://1143934]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $str1 .= $self->sanitizeString($input1);
    
  2. or download this
    my $str1 = $self->sanitizeString($input1);
    
  3. or download this
               Rate concat normal
    concat 771935/s     --    -1%
    normal 779433/s     1%     --
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (6)
As of 2024-04-18 13:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found