Does the /tmp directory exist? does the user running this script have
write permissions to that directory?
--- Allen Wang <[EMAIL PROTECTED]> wrote:
>
> i want to generate an output file using perl
>
> open (OFILE, " > /tmp/aa.lst") or die "Can't write $p_OutputFile:
> $! ";
>
> Everytime I
> foreach $i (@access) {
> chomp($i);
> ($un,$pw) =
> split(/\|/,$i);
> }
at the end of this loop, $un and $pw contain the last element of
@access.
__
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.co