Greetings,
I would like to create get some random stuff using /dev/urandom. What I
was thinking is using stuff from urandom as the random seed and using the
normal rand stuff from perl?
Any ideas how I could code this, or is there a better way of actually
getting random stuff.
Regards
K
--
Greetings,
I am looking for a perl library reference manual in PDF format if there is
such a thing out there. I have seen library ref manuals in html, but was
just wondering if there is anything in PDF just to avoid downloading the
stuff.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
Greetings,
I want to write a script that will check to see if it was called from
another script, if not it will display a message saying for instance this
script is meant to be called from other script & not run interactively for
instance otherwise if called from a script will do it's intended
What I meant is test to see if we were run from an interactive shell, if
so, print an error message.
LK
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Greetings,
I read in the book SAMS Teach Yourself Perl in 21 Days that you can use
my/local to declare vars. They explanation I got from the book did not do
much explaining on exactly what the difference is between the two. Can
someone please shed some light.
Regards
LK
--
To unsubscribe, e
Greetings,
I am trying to write to the registry using example code that I got from le-
berre.com
I obviously did something from here coz this does not work.
--- Start code ---
print ("Inserting registry settings [@ARGV[$i]]\n");
my $Register = "thiskey/test";
my $hkey;
$HKEY_CURRENT_US
Greetings,
I am trying to do command line processing using the above lib, but am not
quite getting the syntax from the PLEAC perl project. For instance I have
the following args allowed:
-s x.x.x.x | server.domain.com > server is ip/host
-o outfile > output to outfile
-h > display help.
I under
Greetings,
I am looking for a freeware perl2exe type of tool for Windows. Any ideas
if such exists & where I can get it?
Regards
LK
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Greetings,
I am looking for basic examples of how I would go about doing encryption
using rijandael. For instance, I wanna take a text file $file and encrypt
it with a given key $key and write it to file $cryptfile.
Any ideas?
Thanks in advance.
Regards
LK
--
To unsubscribe, e-mail: [EMAIL
Greetings,
I am having a problem with ActiveState ActivePerl 5.6.1. I am tryin to
install the abovementioned lib & I get the following error from PPM
version 3 beta 3
ppm> search crypt::passgen
Searching in repository 2 (ActiveState Package Repository)
1. Crypt-PassGen [0.02]
ppm> install c
I am trying to create a small database with the information like this:
Each record has a name ie :
Dog
And has the following traits:
color
weight
nick
For example I could have the following data:
Name: dog
Color: green
Weight: 66
Nick: doggie
friend: cat
Name: fox
Color
Greetings,
I am trying to use config::general on my script. The config file looks
like this:
lname=soap
uname=joes
[EMAIL PROTECTED]
gay=1
lname=doe
uname=jandoe
[EMAIL PROTECTED]
gay=0
lname=shady
uname=eminem
[EMAIL PROTECTED]
gay=1
I would like to read this in from file and display it
Greetings,
Is there a CPAN module that I can use to set network settings for WinNT/2K
such as WINS server, DNS server address, that kind of stuff.
I am also looking for a pure perl way of setting the IP address, mask &
gw. Currently I am using the command line tool netsh to do this. A pure
pe
Greetings,
I would like to sort a hash by value. The hash values are numbers. I would
like to sort this by desceding order. How would I do this? I have searched
and found nothing on it. I have found lots on sorting by key though...
Please help dudes!
Ciao
LK
--
To unsubscribe, e-mail: [EMAI
$_=~s/\n//msg;
What does the above match?
LK
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
15 matches
Mail list logo