Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    use strict;
    ...
    }
    
    __END__
    
  2. or download this
    The string is: 'Resume'
            52 65 73 75 6D 65 
    
    ...
            Lowercase: 'résumé'
            length = 8
            bytes = 8
    
  3. or download this
    $  perl -v
    
    This is perl, v5.10.0 built for ppc-linux
    ...
    Complete documentation for Perl, including FAQ lists, should be found 
    +on
    this system using "man perl" or "perldoc perl".  If you have access to
    + the
    Internet, point your browser at http://www.perl.org/, the Perl Home Pa
    +ge.