Stories
Slash Boxes
Comments
NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

jmcnamara (659)

jmcnamara
  (email not shown publicly)
http://search.cpan.org/author/jmcnamara/


'ere I am, J.M.! The ghost in the machine:

perl -MCPAN -e 'install jmcnamara & _ x ord $ ;' | tail -1

Journal of jmcnamara (659)

Tuesday September 21, 2004
05:37 PM

Perl and Excel

[ #20992 ]
I've uploaded the slides for the Perl and Excel talk that I did at YAPC::Eu.

There was a little time before the talk so as a diversion I asked people to run the following one-liner from the first slide:

perl -MCPAN -e 'install jmcnamara & _ x ord $ ;' | tail -1

Try it! You'll need to have CPAN.pm configured and it will probably take a little while the first time it runs. The explanation is here.

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • I like it. What did you use to create the slides?

    • Pod!

      Like most hackers faced with a conference deadline I ignored the fact and instead sat down to write a pod2slide filter. :-)

      The original program was a quick and dirty hack. I eventually rewrote it using Pod::Simple but the final results weren't much better. (I had initially looked at App::Slide but I didn't use it in the end).

      At the same conference I saw Philippe Bruhat [perl.org]'s excellent HTTP::Proxy presentation and he was using something similar except that he had syntax highlighting of the code sectio

  • Do you have any idea when the new (and very cool looking!) charting stuff will be on CPAN?
    • I'm just finishing off the docs and the examples. So it should be on CPAN in the next 1-2 days.

      And then some sleep. ;-)

      John.
      --

  • Ohhhh... you broke my record of 100 slides... :-) by 20!! :-)