unix command required317 (6/17/2008 9:48:19 PM) comp.unix.questions hello, I have a log file which I do not want it to go past 5000 lines. Is there a tail command that would delete the oldest lines in a log files while pushing the last one. A type of FILO (first in, First out)... lerameur
perl time function1344 (10/17/2007 1:33:41 PM) comp.lang.perl.misc Hello, I know there are lot of function in perl. Can somebody tell me which function does the following: I have the : year, month, day, hours I want to increment the hours everytime the script is run. once t... lerameur
SCP putting file problem1551 (10/16/2007 7:51:10 PM) comp.lang.perl.misc hello, I am getting an error while I am using the SCP put command: here is the error: Use of uninitialized value in die at ./spam_parsing.pl line 259, line 2. Died at ./spam_parsing.pl line 259, line 2. f... lerameur
net:scp Host key verification failed #26120 (10/12/2007 4:33:17 PM) comp.lang.perl.misc hello, I am using ftp in perl script with no problem. I want to use SCP instead of ftp but I am not having any luck. Do I need a key on the receiving end??. The script uses the put command and gives me an erro... lerameur
net:scp Host key verification failed092 (10/12/2007 4:27:06 PM) comp.lang.perl.misc hello, I am using ftp in perl script with no problem. I want to use SCP instead of ftp but I am not having any luck. Do I need a key on the receiving end??. The script uses the put command and gives me an erro... lerameur
pasting done twice449 (10/9/2007 7:11:10 PM) comp.lang.perl.misc hello, below is part of my working program. No errors but the problem I am facing is that the line: print $out_file $items[86],","; seems to be activating twice. The purpose of this program is to take a log fi... lerameur
error closing a file168 (10/5/2007 7:25:28 PM) comp.lang.perl.misc HI, I am getting this error while closing a file: Use of uninitialized value in ref-to-glob cast at ./spam_working2.pl line 170. Can't close out_file Bad file number at ./spam_working2.pl line 170. line 170:... lerameur
Reading a files's name1148 (10/5/2007 2:28:07 PM) comp.lang.perl.misc hi all, I want to be able to read a file and copy that file with the same name in another directory. I do not know the name of the file as it is a log file, here is an example of files: 07100510555501.log 071... lerameur
Copy using system556 (10/1/2007 9:30:39 PM) comp.lang.perl.misc hello, I wrote a small script in perl. this is the line that is buggy: mkdir ("/ins/$Out_directory/aux", 0777); system(`cp -p * /dir/$Out_directory/aux `); I use the above command , the files do get copied,... lerameur
looping questions539 (9/28/2007 8:07:08 PM) comp.lang.perl.misc Hello, this is not a perl problem (maybe it is). The function does work, but gave me error . there are 4 files into the traffic directory, the loop goes into 24 possiblility, copies the four files and gives me... lerameur
lerameur's replies:
Items(2) /1
symbolic notation245 (3/17/2007 7:29:50 PM) comp.soft-sys.matlab Hello anybody can tellme how to use the symmul commadn in matlab version 7.01. It keeps returning an error: ??? Undefined command/function 'symmul'. ken ... lerameur(21)
matlab transfer function228 (4/5/2007 8:59:59 PM) comp.soft-sys.matlab hello I would like assistance with matlab. I am trying to graph this bandstop filter taken from a book. The transfer function was found as follows: s^6 + 1.184e011 s^4 + 4.674e021 s^2 + 6.149e031 ... lerameur(21)