Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Bioinformatics, Error: explicit package name

by Athanasius (Archbishop)
on Jul 17, 2014 at 14:23 UTC ( [id://1094058]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $final_fragments{$final_fragment1} = $third_fragments[0];
    
  2. or download this
    $final_fragments{scalar @final_fragment1} = $third_fragments[0];
    $final_fragments{scalar @final_fragment2} = $third_fragments[scalar @t
    +hird_fragments - 1];
    
  3. or download this
    my $final_fragment1 = $seqname."_".$i."_1";    
    my $final_fragment2 = $seqname."_".$i."_2";    
    $final_fragments{$final_fragment1} = $third_fragments[0];
    $final_fragments{$final_fragment2} = $third_fragments[scalar @third_fr
    +agments - 1];
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-26 00:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found