[MacPerl-AnyPerl] Working with directories

2002-10-04 Thread Tim Grant
I see the site_perl directory now, thanks. To fill you in on what exactly I'm doing: The script accepts periodic data or text input files from a vendor (for a specific database), parses it to fit our specifications, and outputs a text file for a bulk-insert into a SQL database. I think I've go

Re: [MacPerl-AnyPerl] Working with directories - thanks

2002-10-01 Thread Keary Suska
on 10/1/02 10:39 AM, [EMAIL PROTECTED] purportedly said: > I think the clear answer is that putting modules and data into User space > was a mistake. And that using directories in "System space" and absolute > pathnames will cure my headaches. By and large. > Scream if I still don't get it... >

[MacPerl-AnyPerl] Working with directories - thanks

2002-10-01 Thread Tim Grant
Thanks to all for their help. I think the clear answer is that putting modules and data into User space was a mistake. And that using directories in "System space" and absolute pathnames will cure my headaches. Scream if I still don't get it... (Script saved in /usr/local/bin) #!/opt/perl/bin/

Re: [MacPerl-AnyPerl] Working with directories in OS X

2002-09-29 Thread Alex Harper
On 9/27/02 9:12 AM, "Tim Grant" <[EMAIL PROTECTED]> wrote: > A philosophy question... > > For no particular reason, I keep my Perl scripts in user space > (/Users/grant/bin/perl). The scripts work with directories elsewhere in my > user space. These scripts get deployed to other machines and are

Re: [MacPerl-AnyPerl] Working with directories in OS X

2002-09-27 Thread Keary Suska
on 9/27/02 8:12 AM, [EMAIL PROTECTED] purportedly said: > A philosophy question... > > For no particular reason, I keep my Perl scripts in user space > (/Users/grant/bin/perl). The scripts work with directories elsewhere in my > user space. These scripts get deployed to other machines and are ru

[MacPerl-AnyPerl] Working with directories in OS X

2002-09-27 Thread Tim Grant
A philosophy question... For no particular reason, I keep my Perl scripts in user space (/Users/grant/bin/perl). The scripts work with directories elsewhere in my user space. These scripts get deployed to other machines and are run by different users. Is there a good way to tell Perl about the u