Re: Re: Array of Array refs @ 1180470274

2007-05-29 Thread Johan Meskens CS3 jmcs3
Intrah onat Diria .. , ** wrote "Revera y": > > > Changing @ to $ is confusing... this is different in perl6 , the following could be unreadable @ 1180470350 ::: hbeingspiel , 0::- , 1::',| , 0::| , 1::ver

Re: string manip. @ 1171669455

2007-02-16 Thread Johan Meskens CS3 jmcs3
Intrah onat Diria .. Fri, 16 Feb 2007 15:08:02 -0800 , "Nishi Bhonsle" wrote "Revera y": > Thanks. > > How can i achieve that? my $s = 'instance/bit/bitGroup/default/tz/l_cs'; $s =~ /.*\/(.*)$/; print $1; > $mylang = l_cs, in the above example. > I have to get the last directory and

Re: Re: All of "perldoc" to text @ 1162502881

2006-11-02 Thread Johan Meskens CS3 jmcs3
Intrah onat Diria .. Thu, 2 Nov 2006 22:07:49 +0100 , Tommy Nordgren wrote "Revera y": > Content-Type: application/octet-stream; > > > > , the following is an abbreviation of the contents: >

File::Find when found

2006-10-15 Thread Johan Meskens CS3 jmcs3
hello i am using File::Find to recursively search for a specific file but once i found that file , how can i stop File::Find from searching any further ? i don't 'find' any help in the dox , it becomes a strange world when finding is not enough anymore thanks jmcs3 ---

Re: Re: Network bandwidth throttling...? @ 1149979267

2006-06-10 Thread Johan Meskens CS3 jmcs3
Intrah onat Diria .. 10 Jun 2006 10:56:06 -0700 , ** wrote "Revera y": > Hard to find a topic I haven't written on yet. :) what about " the dependency of god on the interpolation of matter in the universe " ? the following could be unreadable @ 1149979648 :::

[OT]Re: Re: defaults @ 1149875970

2006-06-09 Thread Johan Meskens CS3 jmcs3
Intrah onat Diria .. 09 Jun 2006 08:10:11 -0700 , Randal L. Schwartz wrote "Revera y": > x-mayan-date: Long count = 12.19.13.6.13; tzolkin = 9 Ben; haab = 6 Zotz .. the following could be unreadable @ 1149876152 ::: _ , / , > , 982 , "tome" , > , i

Re: Re: [OT] I give up with the reply-to business already @ 1146598876

2006-05-02 Thread Johan Meskens CS3 jmcs3
Intrah onat Diria .. 02 May 2006 12:30:05 -0700 , ** wrote "Noalim y": > That's another objection I had in reading the replies to this thread: the > *list* never sends a message. *People* send messages. So the "From" and > "reply-to" should never be an mechanical list resending mecha

Re: splitting on every other delimiter @ 1146493312

2006-05-01 Thread Johan Meskens CS3 jmcs3
Intrah onat Diria .. Mon, 01 May 2006 09:06:21 -0500 , Rance Hall wrote "Revera y": > > For additional commands, e-mail: [EMAIL PROTECTED] > To unsubscribe, e-mail: [EMAIL PROTECTED] > -- > > > > [EMAIL PROTECTED] > 1-308

deleting an element from an array

2006-04-22 Thread Johan Meskens CS3 jmcs3
hello i want to delete an element from an anonymous array in a hash with: delete ${$alltheworlds{ $d }}[$num]; now instead of being being deleted it turns out be 'undef' and my @array = ( undef, "one", "two" ); print scalar @array gives :3 so the element is only "half" deleted where is the

Re: to open a gnome file browser @ 1145703670

2006-04-22 Thread Johan Meskens CS3 jmcs3
t; forward (good recip) [294/10] Intrah onat Diria .. Sat, 22 Apr 2006 12:13:05 +0200 , Johan Meskens CS3 jmcs3 wrote: > <http://learn.perl.org/> <http://learn.perl.org/first-response> > For additional commands, e-mail: [EMAIL PROTECTED] &g

to open a gnome file browser

2006-04-22 Thread Johan Meskens CS3 jmcs3
hello how can i open a gnome file browser through perl ? par example , on macosx it goes something like this: system( "open $directory" ); # if i remember well thank you jmcs3 the following could be unreadable @ 1145700782 ::: Scheduled , paperB , withdrawal , +--+

last installed perl modules

2005-06-04 Thread Johan Meskens CS3 jmcs3
hello i remember there is a terminal command which lists the last installed perl modules but i don't remember it well enough to actually know it please save memory ! kind regards jmcs3 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

installing Tk on macosx 10.2.6

2004-01-24 Thread Johan Meskens CS3 jmcs3
- installing Tk on macosx 10.2.6 with perl 5.6 hola i agree it is not a pure perl question yet but it will be one soon i downloaded Tk800.025.tar.gz from cpan % perl Makefile.pl gives me this outpouring : perl is installed in /System/Library/Perl/darwin okay PPM for perl5.006 Test Compiling conf

passing datastructure from one.pl to other.pl

2004-01-05 Thread Johan Meskens CS3 jmcs3
hola i create a datastructure in one.pl and would like to make it travel to other.pl so i can process the datastructure there how do i go about it ? a direction to point me to ? pipe ? module ? i would like to keep the 2 files seperate thanks for your help jmcs3 -- To unsubscribe, e-mai