Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Unexpected Error While Retreiving Text in Perl\Tk

by mawe (Hermit)
on Jun 08, 2004 at 06:18 UTC ( [id://362224]=note: print w/replies, xml ) Need Help??


in reply to Unexpected Error While Retreiving Text in Perl\Tk

Hi!

If you change this
my @patients = ("$admission_1_value", "$admission_2_value", "$admissio +n_3_value", ... "$admission_10");
to
my @patients = ("$admission_1_value", "$admission_2_value", "$admissio +n_3_value", ... "$admission_10_value");
... it should work. Hope this helps.
mawe

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (3)
As of 2024-04-19 19:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found