Search Results

Search: Posts Made By: Tibbeche
2,837
Posted By Tibbeche
Hi all, below the perl script used for: ...
Hi all,
below the perl script used for:

#!/usr/bin/perl

open (FILE,"<$ARGV[0]");

while (<FILE>){

chomp;

my @line = split('\|' , $_);

if($line[12] eq 'Compensation'){

...
Showing results 1 to 1 of 1

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