Search Results

Search: Posts Made By: anusurya
2,300
Posted By anusurya
HI .... Try this untested perl script..... ...
HI ....

Try this untested perl script.....
open (FILE,"file1");
while(<FILE>)
{
$line = $_;
if ( $line =~ /^\s*$/ )
{
print "$value\n";
$value = ""; @value = ();
...
2,237
Posted By anusurya
try this.......
$join = "join";
open ( FILE ,"$join") or $rc = 101;
while( <FILE> )
{
chomp($_);
$First = $_ if ( $_ =~ /\s$/ );
$length = length($_);
if ( $length == "20" )
{
next;
...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 04:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy