Search Results

Search: Posts Made By: mnithink
Forum: Linux 09-18-2012
1,910
Posted By mnithink
Switch application in xfce4
Hello All,

I'm using xfce4 and I'm unable to configure keyboard shortcut to switch application.
I had done this before but now I'm not able to remember.

I tried configuring shortcut using...
22,285
Posted By mnithink
Thanks to all of you for your help. Now I'm able...
Thanks to all of you for your help. Now I'm able to get my code work.
Posting it below.
#!/usr/bin/perl
#use strict;
#use warnings;
my $fh;
my $log;
my $line;
open($fh,"<","file1") or...
22,285
Posted By mnithink
Thanks for your reply. please find the...
Thanks for your reply.

please find the actual code below.
#!/usr/bin/perl
use strict;
use warnings;

our $fh;
our $log;

open($fh,">","block.power");
open ($log,">","temp.log") or die...
22,285
Posted By mnithink
PERL: extract lines between two patterns
Hello Perl-experts,

I am new to perl and need help to solve a problem.

I have a table in below format.
<Text A>
<Pattern1>
A Value
B Value
C Value
D Value
<Pattern2>
<Text B>
...
Showing results 1 to 4 of 4

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