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

Re: (jeffa) Re: Reverse Function

by screamingeagle (Curate)
on Jun 29, 2002 at 03:33 UTC ( [id://178196]=note: print w/replies, xml ) Need Help??


in reply to (jeffa) Re: Reverse Function
in thread Reverse Function

jeffa's answered the question, but , to indulge in a little golf, it can be done in one line :
print reverse map {s/oldpage/newpage/g; $_} <DATA>;

Replies are listed 'Best First'.
Re: Re: Re: Reverse Function
by Kanji (Parson) on Jun 29, 2002 at 09:01 UTC

    Well, if you're gonna golf... ;^)

    s/oldpage/newpage/g, print for reverse <DATA>; # 46 s/oldpage/newpage/g,print for reverse<DATA> # 43

        --k.


    A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

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

    No recent polls found