Perl Application Deployment

2013-04-26 Thread Mike Dunaway
Hello everyone. Can anyone point me in the right direction to read about proper application deployment? I want a user to be able to download the application and build it on the command line using a makefile I suppose and I want dependencies to be installed automatically as well. Does this so

Re: Email::Sender::Simple how to set priority?

2013-04-26 Thread Rajeev Prasad
using outlook and these are working with same sendmail binary from shell script. From: Rob Dixon To: perl list Cc: Rajeev Prasad Sent: Friday, April 26, 2013 9:21 PM Subject: Re: Email::Sender::Simple how to set priority? On 27/04/2013 00:21, Rajeev Prasa

Re: Email::Sender::Simple how to set priority?

2013-04-26 Thread Rob Dixon
On 27/04/2013 00:21, Rajeev Prasad wrote: following is still coming out as normal priority email. use strict; use warnings; use Email::MIME; use Email::Sender::Simple qw(sendmail); my @mesg=qw(fox jumps over the); my $subject='IMP mesg'; my $message = Email::MIME->create( header_str =>

Email::Sender::Simple how to set priority?

2013-04-26 Thread Rajeev Prasad
following is still coming out as normal priority email. use strict; use warnings; use Email::MIME; use Email::Sender::Simple qw(sendmail); my @mesg=qw(fox jumps over the); my $subject='IMP mesg'; my $message = Email::MIME->create(   header_str => [     From    => '',     To      => '<'y...@a

Re: Perl scope like cscope

2013-04-26 Thread shawn wilson
Yeah, I was going to suggest ctags. If you're using vim there's no good plugin for ctags (you'll try and I couldn't blame you but when vim starts blowing up make that the first plugin you disable). On Apr 26, 2013 4:13 AM, "Luca Ferrari" wrote: > I use Emacs, so etags seems a natural choice for j

Re: Perl scope like cscope

2013-04-26 Thread Luca Ferrari
I use Emacs, so etags seems a natural choice for jumping across code. Luca -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Re: Perl scope like cscope

2013-04-26 Thread Natal Ngétal
On 04/25/13 10:18, Jovan Trujillo wrote: > I was just browsing through ack the other day. Have you checked that out? Same here I use a Vim plugin ack. -- \0/ Hobbestigrou site web: erakis.im -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h..