Help for this page

Select Code to Download


  1. or download this
    my $transseqchk->{transchk}=
    
  2. or download this
    my %transseqchk;
    
  3. or download this
    perl -E'use strict; my $x = "foo"; $$x'
    perl -E'use strict; my $x = "foo"; @$x'
    ...
    perl -E'use strict; my $x = "foo"; $x->[0]'
    perl -E'use strict; my $x = "foo"; $x->{bar}'
    perl -E'use strict; my $x = "foo"; $x->()'