Search Results

Search: Posts Made By: abhijithtk
2,537
Posted By abhijithtk
Hi jojo Would this be what you are looking...
Hi jojo

Would this be what you are looking for?

#! /usr/bin/perl

use strict;
use warnings;

my $count = 0;
my $matrix;
my $x = 0;
my $y = -1;


open(my $X,"inputfile.txt") or die...
2,429
Posted By abhijithtk
i think this would work.. correct me if ive gone...
i think this would work.. correct me if ive gone wrong.

#! /usr/bin/perl

use strict;
use warnings;

my $command = 'lsuser -a auditclasses ALL';

open(my $FH,"-|",$command) or die "Error $!...
2,002
Posted By abhijithtk
Hi Amman, I dont use perl single liners at...
Hi Amman,

I dont use perl single liners at all. Could you tell me what the -i and the -w1pe options are??
16,475
Posted By abhijithtk
Hi Samb95 I can try to explain what pravin...
Hi Samb95

I can try to explain what pravin has done here.

Command line arguments are stored in the aray @ARGV in perl.

By doing a shift he is removing the elements and putting them in...
Showing results 1 to 4 of 4

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