[Phoenix-pm] Presentation Slides

Erik Tank lefthandskeletonkey at gmail.com
Mon Nov 15 09:22:22 PST 2010


Mike,

Thanks for that info - I tested it out and can see that it will be extremely
useful.  I did not cover that, nor did I know about it.  I completely missed
that while researching this.  I will add it to the slides (eventually) and
definitely cover it if I do this presentation again.

Erik

On Sat, Nov 13, 2010 at 4:50 PM, Michael Friedman <
friedman at highwire.stanford.edu> wrote:

> I finally got a chance to look these over. It sounds like a great
> presentation!
>
> I can't tell if Erik explained that using 'perl -d' directly, without -e,
> puts you into STDIN input mode. Then you type perl commands and hit ^D
> (control-d) to tell perl "End Of Input" and it'll start interpreting what
> you gave it. I use this all the time to cut & paste in some use statements,
> maybe a line or two of boilerplate code, and then drop me into the debugger
> after that.
>
> Cuz let's face it: editing in the debugger is not optimal. :-)
>
> (Because it's interpreting STDIN this way, you can also use this to
> generate perl code somewhere else and then pipe that to 'perl -d'. The short
> form is like this: `cat tmp/blah.pl | perl -d` which is nearly identical
> to `perl -d tmp/blah.pl`, but you could use anything on the other end of
> the pipe.)
>
> -- Mike
>
> ______________________________________________________________________________
> Mike Friedman | HighWire Press, Stanford Univ |
> friedman at highwire.stanford.edu
>
> On Nov 11, 2010, at 7:35 PM, Douglas E. Miles wrote:
>
> > I put up a quick and dirty page for the presentation slides:
> >
> > http://pm.veritablesoftware.com/slides/
> >
> > Here are Erik's slides in particular:
> >
> > http://pm.veritablesoftware.com/slides/perl_debugger/index.html
> >
> > If I get time I'll make it nicer, but don't count on it. ;)
> > _______________________________________________
> > Phoenix-pm mailing list
> > Phoenix-pm at pm.org
> > http://mail.pm.org/mailman/listinfo/phoenix-pm
>
> _______________________________________________
> Phoenix-pm mailing list
> Phoenix-pm at pm.org
> http://mail.pm.org/mailman/listinfo/phoenix-pm
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/phoenix-pm/attachments/20101115/2a696bf5/attachment.html>


More information about the Phoenix-pm mailing list