Help for this page

Select Code to Download


  1. or download this
    marvin@smokie:~/perltest $ bleadperl dollar_one_utf8_upgrade.pl 
    Without utf8::upgrade...
    ...
    a
    a
    marvin@smokie:~/perltest $
    
  2. or download this
    use strict;
    use warnings;
    ...
        print "$1\n";
    }
    
  3. or download this
    marvin@smokie:~/projects/perl-git $ git diff
    diff --git a/sv.c b/sv.c
    ...
            } else {
                (void) SvPV_force(sv,len);
            }