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

Re: chop from front and back

by kcott (Archbishop)
on Jun 21, 2013 at 07:25 UTC ( [id://1040095]=note: print w/replies, xml ) Need Help??


in reply to chop from front and back

G'day torres09,

Something like this:

$ perl -Mstrict -Mwarnings -le ' my $x = q{"abc}; my $y = q{def"}; print substr $x . $y, 1, -1; ' abcdef

-- Ken

Replies are listed 'Best First'.
Re^2: chop from front and back
by torres09 (Acolyte) on Jun 21, 2013 at 07:53 UTC

    what if I wish to print it as abc,def

      print substr "$x,$y", 1, -1;
      لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ

Log In?
Username:
Password:

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

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

    No recent polls found