Search Results

Search: Posts Made By: rishchand
7,749
Posted By rishchand
j=0; foreach $curline (<FILE NAME>) { ...
j=0;
foreach $curline (<FILE NAME>)
{

if j=0
{
next if($cur_line !~ /DETAILS\(/);
j=1;
next;
}

if($cur_line !~ /\)/);
{
.
...
1
2,212
Posted By rishchand
grep
I want to do a recursive grep. that is i should be able to search for a string in all the subdirectories under the main directory.
2,425
Posted By rishchand
unable to view the output through this cgi
#!/bin/env perl
read(STDIN,$temp,$ENV{'CONTENT_LENGTH'});
@pairs=split(/&/,$temp);
$DISPLAY1 = "/u/inarram111/dev/web/HNW/BNY/unsecure-html/myscript2.html";
$DATAFILE1 =...
Showing results 1 to 3 of 3

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