Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: How to replace \t with \s

by Lotus1 (Vicar)
on Jan 27, 2021 at 23:54 UTC ( [id://11127550]=note: print w/replies, xml ) Need Help??


in reply to How to replace \t with \s

Text::Tabs shows in the example given that it works on lines. It also works on arrays.

#!perl # unexpand -a use Text::Tabs; while (<>) { print unexpand $_; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (None)
    As of 2024-04-19 00:22 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found