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...'
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! :)
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
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
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
> 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
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
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
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]