Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: grep with looped tests

by Laurent_R (Canon)
on Jun 06, 2014 at 20:55 UTC ( [id://1089107]=note: print w/replies, xml ) Need Help??


in reply to Re: grep with looped tests
in thread grep with looped tests

This is a quite nice construct. I had a somewhat similar problem to solve a couple of weeks ago and did not think about such a clever and concise solution. Having said that, the explicit loop I used was probably not less efficient. But I wish I had thought about such a solution as yours.

Rolf, if I may, a brief side question: which option of the debugger are you using for displaying directly last evaluated expression without having to print is explicitly? I mean, when you have this:

DB<100> @x=1..10 => (1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
what option do you use to have the second line above printed seemingly automatically? Thanks for your response, and sorry for being off-topic.

Replies are listed 'Best First'.
Re^3: grep with looped tests
by LanX (Saint) on Jun 07, 2014 at 15:45 UTC
    Unfortunately there is no option, I patched the code. (after a hint here from pemungkah )

    Actually monkey patched some lines from a config file.

    I can share later if you want, I'm mobile ATM.

    Cheers Rolf

    (addicted to the Perl Programming Language)

      Thanks for your answer, Rolf. I am not sure I want to patch Perl, I don't want to break everything, unless it is a simple thing that can be easily undone.
        Adding some lines to .perldb will hardly "patch Perl"! :)

        I gave you a link, just try it out.

        YMMV...

        Cheers Rolf

        (addicted to the Perl Programming Language)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-24 22:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found