Re: send emails via perl

2014-11-19 Thread Cory Snavely
I've always used this: http://search.cpan.org/~markov/MailTools-2.13/lib/Mail/Mailer.pod On 11/19/2014 09:22 AM, Sergio Letuche wrote: ok this is what i asked, could a mail be sent without mailx been installed, thank you 2014-11-19 16:19 GMT+02:00 PHILLIPS M.E. mailto:m.e.phill...@durham.ac.u

Re: Fwd: Module update for MARC::Record

2007-01-18 Thread Cory Snavely
those who know the code and features. I would definitely object to a rename (i.e., Marc::Record2)--that would just cause breakage, from my perspective. Cory Snavely University of Michigan Library IT Core Services On Thu, 2007-01-18 at 14:48 -0500, Mike Rylander wrote: > So it is written, so

Programmer/Librarian position at University of Michigan

2006-04-27 Thread Cory Snavely
[Note: This is being forwarded on behalf of a colleague; please use the contact info in the message if you are interested.] The University of Michigan Library Scholarly Publishing Office (SPO) is looking for a talented, resourceful programmer/analyst to help conceive,

Re: installing from MARC-Lint or Errorchecks from CPAN

2006-02-24 Thread Cory Snavely
CPAN packaging either, unfortunately. This is not typical behavior, though. Cory Snavely University of Michigan Library IT Core Services bargioni wrote: > > On 23/feb/06, at 20:36, Bryan Baldus wrote: > >> I've received word that there may be a problem with installi

Re: STDIN as well as command line input

2004-04-26 Thread Cory Snavely
The simple solution would be a temporary file. % ./bar.pl > /tmp/bar; ./foo.pl /tmp/bar; rm /tmp/bar Cory Snavely UM Library Core Services Eric Lease Morgan wrote: How do I get a Perl program to accept input from STDIN as well as command line input. I have a program (foo.pl) that is desig