Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Some Weird Problem

by dws (Chancellor)
on Dec 11, 2001 at 11:05 UTC ( [id://130881]=note: print w/replies, xml ) Need Help??


in reply to Some Weird Probelm

You're using strict, which is good. That means that you need to add declare your variables. Try
my $DICT_A = "/usr/perl/dict_a.txt"; my $DICT_N = "/usr/perl/dict_n.txt";
Also, your code to assemble $ranpwd isn't doing what you expect. The string concatenation operator in Perl is '.', not ','.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://130881]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-18 18:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found