Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

utf8::upgrade and $1

by creamygoodness (Curate)
on Aug 30, 2009 at 06:15 UTC ( [id://792157]=perlquestion: print w/replies, xml ) Need Help??

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);
            }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://792157]
Approved by AnomalousMonk
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (8)
As of 2024-04-24 08:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found