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

Re: Finding error: uninitialized value in concatenation?

by gellyfish (Monsignor)
on Mar 02, 2005 at 15:23 UTC ( [id://435863]=note: print w/replies, xml ) Need Help??


in reply to Finding error: uninitialized value in concatenation?

It is probable that one of the values of $giName, $gssName, $definition or $sequence are not defined (NULL) in the line

print FILE ">$giName $gssName $definition\n$sequence";
I guess that the data contains some NULL columns. Also you might be better off writing the:
( my $giName, my $gssName, my $definition, my $sequence )
as
my ($giName,$gssName,$definition, $sequence )

/J\

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-03-29 12:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found