Re: Why don't it print ?

2004-03-06 Thread Paul Johnson
On Sun, Mar 07, 2004 at 05:57:57AM +0100, [EMAIL PROTECTED] wrote: > Hi all, > why don this littly thingy work? It should print, sleep and after sleep print again > but it does print both at same time. Not one before sleep and one after. I tried: > > while ($i < 10) > { > print'sleep...'

Why don't it print ?

2004-03-06 Thread velinas
Hi all, why don this littly thingy work? It should print, sleep and after sleep print again but it does print both at same time. Not one before sleep and one after. I tried: while ($i < 10) { print'sleep...'; sleep(10); print" done\n"; } Anyone can help me with that? Thx! :)

Re: Passing array as First argument

2004-03-06 Thread R. Joseph Newton
William Gunther wrote: > > If a beginner can understand the concept > of prototyping and referencing, I think they can gather an array > reference is being passed. Actually no. I have not seen this in the last year of reading this list. The vast majority of newbie traffic that i have seen amo

Re: Reading File & grep according item 5 and sorting

2004-03-06 Thread R. Joseph Newton
Bjorn Van Blanckenberg wrote: > On 3-mrt-04, at 09:56, R. Joseph Newton wrote: > > > I understand how the code works > > It reads the file end split every line according to the tabs and then > sorts everything. > For returning the info it looks at colomn 5 (1-based indexing) and if > colomn 5 of t

Re: Checking filenames? [:: ?Kinda Solved? ::]

2004-03-06 Thread R. Joseph Newton
WC -Sx- Jones wrote: > Hmmm, I get 3 Indians in only the first variable anyways =/ Doesn't surprise me. The x is a concatentation multiplierfor strings. Why not just say what you want: $_ = 'Litttle' for my ($onelittle, $twolittle, $threelittle, ) ; print "1 $onelittl

RE: links in POD

2004-03-06 Thread Freimuth,Robert
> You know, this is all sort of like using > > DocSet 0.16 from CPAN > http://search.cpan.org/~stas/DocSet-0.16/ > > Have you seen it? Not until you just mentioned it. Looks interesting - thanks for the suggestion! Bob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: HERE DOCUMENTS

2004-03-06 Thread Andrew Gaffney
WC -Sx- Jones wrote: This is Part One of a Multipart posting - just to see if we can't keep things in the list archieves (Give the listbots something to do :) (These are not really posted questions so much as they are things that beginners need to consider.) "HERE" DOCUMENTS * Here documents a

Re: Passing array as First argument

2004-03-06 Thread William Gunther
R. Joseph Newton wrote: > > Hi Malik, > > > > If you pass a reference to the array as the first argument as below > you can > > keep the array separate from the other arguments you are passing. > > > > @abc = qw(1 2 3); > > $x = 4; > > $y = 5; > > > > testsub([EMAIL PROTECTED], $x, $y

About HASH crypt

2004-03-06 Thread NetSnake
Hi,all I use samba and LDAP to build a PDC, but samba build NT Password via hash4, and have a program mkntpwd to generate crypted password, does perl has any module or function to do this? -- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]