Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Renaming file using Perl
Name: nimi Date: July 18, 2006 at 20:37:53 Pacific OS: NA CPU/Ram: NA Product: NA
Comment:
Hi
My source filename is as following MGHTC_INT_10July.txt
__________________________________ My current script is $strSubA_Dir="/SDCT/output";
local ($strFile)= @_;
$strOutFileA="$strSubA_Dir/strFile".".TBL1"; open (OUTFILEA, ">$strOutFileA");
produces the following filename MGHTC_INT_10July.txt.TBL1
but I want to append the name TBL1 at the beginning of the filename. TBL1_MGHTC_INT_10July.txt
Summary: Hi All, Can someone suggest the way to parse the html file to look for specific text using perl? or any programming language I have abc.html file; which is result of one of automated test suite output...
Summary: Looking for some help in renaming files using a shell script. Suppose I have a directory which contains several files, some of which are *.dat files. If there are 7 *.dat files, I would like to rename...
Summary: I just want a dump of all the file names in my server tat has the read/write/executable permissions to all. Is it possible in PERL??? Thanks, Thennarasu Eswaran...