This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Exim, .forward and DBD::Oracle


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]