Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Favourite One-liners?

by fizbin (Chaplain)
on Jun 30, 2005 at 10:02 UTC ( #471257=note: print w/replies, xml ) Need Help??


in reply to Favourite One-liners?

There's this, which is useful in breaking up a certain type of fixed-length-record file (record size: 13612) into a file with line feeds at appropriate places:

perl -ple 'BEGIN {$/=\13612;}' pstann.new > pstann.new.linefeed

We can't just use the unix "pr" utility because that tends to break on upper-128 characters.

-- @/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/; map{y/X_/\n /;print}map{pop@$_}@/for@/

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2023-10-01 19:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?