Help for this page

Select Code to Download


  1. or download this
    $ perl -MO=Deparse,-p
    $record_types{'HELIX'} ? my %helix = get_helix($record_types{'HELIX'})
    + : ();
    __END__
    ($record_types{'HELIX'} ? (my(%helix) = get_helix($record_types{'HELIX
    +'})) : ());
    
  2. or download this
    $record_types{'HELIX'}  and my %helix = get_helix($record_types{'HELIX'} );