in reply to Re^6: Authen::Krb5 Problem
in thread Authen::Krb5 Problem

ls -l

Replies are listed 'Best First'.
Re^8: Authen::Krb5 Problem
by Anonymous Monk on Nov 13, 2008 at 03:38 UTC
    That would work better if you did something like
    my $permissions = `ls -l`; print LOGFILE $permissions;
    from your foo.pl, from cron, not from console