Regards... /omps
On 14-Jan-2013, at 11:12 PM, "Lou Pereira" wrote:
> OK, So I performed you step 3 again last Thursday, but I am still receiving
> e-mails??? Any more suggestions?
>
May be the group doesn't want you to leave. ;)
> Regards;
>
> Lou Pereira
> C: (973) 670-6821
> mailto:louis.
On 12-Sep-2012, at 9:38, Vic Sage wrote:
> I'd like to hear some recommendations from this list for customizations to
> emacs for coding Perl.
>
> One seemingly respected site, http://emacswiki.org/emacs/PerlLanguage, has a
> lot of links but unfortunately some are pretty dated. For example
Regards.../om
On 15-May-2012, at 18:23, Bob McConnell wrote:
>> From: Sunita.Pradhan
>>
>>I want to print the command during script execution .
>> Example :
>>
>>
>> ===
>> $ls = `ls`;
>>
>> Print "$ls\n";
>> ==
>>
>> In the above script I w
Regards.../om
On 07-Apr-2012, at 15:28, timothy adigun <2teezp...@gmail.com> wrote:
> Hi Om,
>
> In addition to what Rob wrote:
> On Tue, Apr 3, 2012 at 10:38 AM, Om Prakash wrote:
>
>> Hi all,
>>
>> I have some data which is like
>>
>> A:12
>> B:13
>> C: 14
>>
>> Now the data is line b
Thanks Tim
Regards.../om
On 14-Mar-2012, at 17:36, timothy adigun <2teezp...@gmail.com> wrote:
> Hi,
>
> On Wed, Mar 14, 2012 at 12:37 PM, Torqued wrote:
> It worked like charm, but a quick question, why the print is misbehaving
> under the loop, but once out how
my @column;
> while () {
>push @column, (split)[0];
> }
> print join " ",@column;
>
> __DATA__
> 1 a b c
> 2 d e f
> 3 g h i
>
> On Wed, Mar 14, 2012 at 12:19 PM, timothy adigun <2teezp...@gmail.com> wrote:
> Hi Torqued,
>
> On Wed,
I have a code which goes like this
#!/usr/bin/perl -w
use strict;
my @column;
while () {
push @column, (split)[0];
print join (' ', @column);
}
__DATA__
1 a b c
2 d e f
3 g h i
But when running this i get the output as : 11 21 2 3
Whereas i am trying to get the output as : 1 2 3
Regards.../om
On 28-Feb-2012, at 21:31, lina wrote:
> Hi,
>
> I am not experienced in below choice
>
> after issue the perl -MCPAN -e shell
>
> What approach do you want? (Choose 'local::lib', 'sudo' or 'manual')
>
> /dev/sda10 6.5G 515M
> 5.7
perlmonks.org is a good site.
regards... /om
On Dec 15, 2011, at 21:38, Mark Tiesman wrote:
> Thanks Frank. I'll add that to my list. ;-)
>
> Mark
>
> On 12/15/2011 10:07 AM, frank cui wrote:
>> I found Perl By Example 4th Edition book pretty help, and you may want to
>> give a look on tha