Help for this page

Select Code to Download


  1. or download this
    my($all,$com,$csv,$ctr,$desc,$dir,$fname,$found,$fsize,
       $line,$longline,$null,$one);
    my($parm,$parms,$pattern,$seekrc,$value);
    my(@coms,@csvin,@grep,@parms,@seekrc);
    
  2. or download this
        ($start,$stop,$adv,$desc) = split(/\,/,$line);
        $start =~ s/^\s+//g;
        $stop =~ s/^\s+//g;
        $adv =~ s/^\s+//g;
        $desc =~ s/^\s+//g;
    
  3. or download this
        while(defined($line = <IN>)) {
            ... 
    ...
            }
            $bighash{$name} = { %temphash };
        }