Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    exit;
    
    # define any subroutines here ########################################
    +#
    
  2. or download this
    ACTG
    catgataaatttccc
    not dna
    
    tgac
    
  3. or download this
    c:\@Work\Perl\monks\undergradguy>perl rev_comp_2.pl dna.dat
    dna -> reverse complement
    ...
    
    dna -> reverse complement
    'tgac' -> 'gtca'
    
  4. or download this
    # Unstrict.pm                                               22dec18waw
    
    ...
    sub func { return $string; }
    
    1;
    
  5. or download this
    c:\@Work\Perl\monks\undergradguy>perl -Mstrict -le
    "use Unstrict;
    ...
    "
    Unquoted string "bareword" may clash with future reserved word at Unst
    +rict.pm line 7.
    bareword