Re: Still need unlink help!! God help me. - Revisited

2003-08-11 Thread Dave Arnold
In article <[EMAIL PROTECTED]>, perlwannabe <[EMAIL PROTECTED]> wrote: [Snip] > partial_qn_ri_pub_default_asp__Online_qdisp_bn_03042997-0-0 > partial_qn_ri_pub_default_asp__Online_qdisp_bn_03042995-0-0 > partial_qn_ri_pub_default_asp__Online_qdisp_bn_03042882-0-0 [Snip] > So I tried to use the u

Re: Simple useradd script problem

2002-09-03 Thread Dave Arnold
In message <[EMAIL PROTECTED]> Darren Wanner <[EMAIL PROTECTED]> wrote: > > I'm trying to write a simple script that takes a list of users from a file > and creates a user account for them, using the useradd script. The system > I'm doing this on is Solaris 8. When I run the script I

Re: Reading backwards

2001-09-02 Thread Dave Arnold
In message <000501c13230$50f00210$[EMAIL PROTECTED]> "Louis-Philippe Dextraze" <[EMAIL PROTECTED]> wrote: [snip] > > > open FICMSG, "<$logfile" or print "problem opening log file."; > > $i=0; > while(!(eof FICMSG)) > { > $msg[$i] = ; > $_ = $msg[$i]; > if ($i < 40) >