Re: explanation of @INC

2009-01-23 Thread ben perl
Thanks Everyone, This does help.. -Bandeep On Fri, Jan 23, 2009 at 9:48 AM, Gunnar Hjalmarsson wrote: > Scott Haneda wrote: > >> On Jan 23, 2009, at 1:01 AM, Gunnar Hjalmarsson wrote: >> >>> Scott Haneda wrote: >>> ASSP required about 15 perl modules, I installed them, or wrote new po

Re: explanation of @INC

2009-01-23 Thread Gunnar Hjalmarsson
Scott Haneda wrote: On Jan 23, 2009, at 1:01 AM, Gunnar Hjalmarsson wrote: Scott Haneda wrote: ASSP required about 15 perl modules, I installed them, or wrote new portfiles for them to get them installed. I have all requirements for ASSP installed. I edit the ASSP source files to change the

Re: explanation of @INC

2009-01-23 Thread John W. Krahn
Scott Haneda wrote: On Jan 23, 2009, at 1:01 AM, Gunnar Hjalmarsson wrote: Scott Haneda wrote: ASSP required about 15 perl modules, I installed them, or wrote new portfiles for them to get them installed. I have all requirements for ASSP installed. I edit the ASSP source files to change the

Re: explanation of @INC

2009-01-23 Thread Scott Haneda
Hello everyone, I believe I am onto some sort of resolution, I will come back to explain when I have figured it out. I did not want a lot of time spent by people replying when this may end up being something silly with my config. Thank you all for your suggestions, I will let you know. On

Re: explanation of @INC

2009-01-23 Thread Scott Haneda
On Jan 23, 2009, at 1:01 AM, Gunnar Hjalmarsson wrote: Scott Haneda wrote: ASSP required about 15 perl modules, I installed them, or wrote new portfiles for them to get them installed. I have all requirements for ASSP installed. I edit the ASSP source files to change the first line from:

Re: explanation of @INC

2009-01-23 Thread Gunnar Hjalmarsson
Scott Haneda wrote: ASSP required about 15 perl modules, I installed them, or wrote new portfiles for them to get them installed. I have all requirements for ASSP installed. I edit the ASSP source files to change the first line from: #!/usr/bin/perl -- to #!/opt/local/bin/perl -- When I run

Re: explanation of @INC

2009-01-23 Thread Raymond Wan
Hi Scott, Ok, I see what you mean now -- thanks for the clarification! Scott Haneda wrote: On Jan 22, 2009, at 10:54 PM, Raymond Wan wrote: Scott Haneda wrote: ... As you can see, the /opt/local/perl lists the @INC paths, and 100% of them are in /opt/local so why when I use #!/opt/local/bi

Re: explanation of @INC

2009-01-23 Thread Scott Haneda
On Jan 22, 2009, at 10:54 PM, Raymond Wan wrote: Scott Haneda wrote: ASSP installed. I edit the ASSP source files to change the first line from: #!/usr/bin/perl -- to #!/opt/local/bin/perl -- ... run as `perl testfile.pl` it will fail, with error that it can not find email valid run as

Re: explanation of @INC

2009-01-22 Thread Raymond Wan
Hi Scott, Scott Haneda wrote: ASSP installed. I edit the ASSP source files to change the first line from: #!/usr/bin/perl -- to #!/opt/local/bin/perl -- ... run as `perl testfile.pl` it will fail, with error that it can not find email valid run as `/opt/local/bin/perl testfile.pl` it wo

explanation of @INC

2009-01-22 Thread Scott Haneda
Hello, total newbie here, maybe 50 lines of perl in my life. I really appreciate any pointers. I have hit a research wall on this one. I am working on trying to create a portfile for MacPorts for ASSP. MacPorts is just a package manager for OS X. There are a few things that are probably