Help for this page

Select Code to Download


  1. or download this
    /^[\w\ \-]+$/
    
  2. or download this
    /^[\w\ \-\X]+$/
    
  3. or download this
    Unrecognized escape \X in character class passed through in regex; mar
    +ked by <-- HERE in m/^[\w\ \-\X <-- HERE ]+$/ at ./b.pl line 10.
    
  4. or download this
    /^[\w\ \-(?:\P{M}\p{M}+)]+$/
    
  5. or download this
    #!/usr/bin/perl
    use strict;
    ...
                    print "BLAH!\n";
            }
    }
    
  6. or download this
    Summary of my perl5 (revision 5 version 10 subversion 0) configuration
    +:
      Platform:
    ...
        /usr/share/perl/5.10
        /usr/local/lib/site_perl
        .