Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Mon, 14 Apr 2003 13:53:38 +0800 From: Greg Matheson To: cygwin AT cygwin DOT com Subject: Re: Exim, .forward and DBD::Oracle Message-ID: <20030414135338.A22573@ms> Mail-Followup-To: cygwin AT cygwin DOT com References: <20030414065754 DOT A13221 AT ms> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from pechtcha@cs.nyu.edu on Sun, Apr 13, 2003 at 22:29:14 -0400 On Sun, 13 Apr 2003, Igor Pechtchanski wrote: > It might be interesting to try writing a dummy perl module with a "print" > in its initialization subroutine, trying to "use" it after a "print" in > the main script, and seeing which print comes out first... I haven't > really written perl modules, so I can't perform the experiment myself > without a learning curve, but will do so if noone else does it first and > when time permits. > Igor greg AT 7106 ~ $ echo 'print "hello from module\n";' > Module.pm greg AT 7106 ~ $ perl -e 'print "hello from program\n";use Module;' hello from module hello from program I don't know if this carries over for setting $PATH, however. -- Greg Matheson Autonomous language learning: Dr Bean's Penpal Pool My next project after overseeing Address: palpool the making of laborers into athletes. Domain: @cn91.chinmin.edu.tw -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/