Re: Create an output file using Perl

2002-08-27 Thread Joe Raube
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

Re: Having problems with login

2002-06-12 Thread Joe Raube
> 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