Help for this page

Select Code to Download


  1. or download this
    C:\>perl -c F:\_Perl_\pl_test\verbatim.pl
    Global symbol "$VAR1" requires explicit package name at verbatim.pl li
    +ne 24.
    syntax error at verbatim.pl line 25, near ")
    }"
    verbatim.pl had compilation errors.
    
  2. or download this
    #!/usr/bin/perl;
    use strict;
    use warnings;
    ...
              '3339' => 'HSPG2 and Name: heparan sulfate proteoglycan 2[Ho
    +mo sapiens]',
              '1428' => 'CRYM and Name: crystallin, mu[Homo sapiens]',
        }
    
  3. or download this
    $my %hash = {
    
              '' => '',
    ...
              '1428' => 'CRYM and Name: crystallin, mu[Homo sapiens]',
    
            }