Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Concatenate and join

by GotToBTru (Prior)
on Mar 31, 2016 at 03:47 UTC ( [id://1159178]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @mac_add = qw/28 8a 1c 59 cc 85/;
    my (@list,@parts);
    ...
      push @parts, join '', splice @list,0,2
    }
    my $mac_R5 = join '.',@parts;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-25 08:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found