Hi all,
On Mon, 16 Apr 2001, darren chamberlain wrote:
> Thomas K. Burkholder ([EMAIL PROTECTED]) said
[snip]
> > my $input = IO::File->new("http://perl.apache.org/guide). It can help to
include the system error string (from the Perl special variable $!) in
the error message which you print
darren chamberlain wrote:
>
> Be sure to check that $line is defined:
>
Even better:
> >
> > use IO::File;
> > my $input = IO::File->new("getline() || 'some safe default value, like
""';
> die "\$line is not defined" unless (defined $line); # <-- Now not really needed
> >
It's defined all right, it gets printed to STDERR.
The problem was that the file I was actually using was a perl file '/tmp/foo.pl', just
because it didn't matter what was in the file while I tried to make it work. But,
wait, it
does matter, because the first thing in the file was "use Data::Du
Be sure to check that $line is defined:
Thomas K. Burkholder ([EMAIL PROTECTED]) said something to this effect on
04/16/2001:
> Note, /tmp/tmppswd is read-only by the installer of the product, but I should
> be root in access.conf (right?) so I should be able to read it anyway.
>
>
> use
t:
> 7E18 C018 D623 A57B 7F37 D902 8C84 7675 E0FA 561B
>
> - Original Message -
> From: "sterling" <[EMAIL PROTECTED]>
> To: "Thomas K. Burkholder" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Sunday, April 15, 2001 6:06 PM
mouse won't get you into trouble... Clicking it might.
--Anonymous
PGP Key 0xE0FA561B - Fingerprint:
7E18 C018 D623 A57B 7F37 D902 8C84 7675 E0FA 561B
- Original Message -
From: "sterling" <[EMAIL PROTECTED]>
To: "Thomas K. Burkholder" <[EMAIL PROTECTED]>
Cc: &
On Sun, 15 Apr 2001, Thomas K. Burkholder wrote:
> Thanks again for the help - I have another one-
>
> My application consists of perl modules with file permissions set only
> to a particular user 'burkhold'. The database password is kept in
> plaintext in one of those modules. I use the User:
Thanks again for the help - I have another one-
My application consists of perl modules with file permissions set only
to a particular user 'burkhold'. The database password is kept in
plaintext in one of those modules. I use the User: and Group:
directives in access.conf to cause the uid of th