Help for this page

Select Code to Download


  1. or download this
    $ perl -Mwarnings -le' $_ = "x"; s/(x)/ my $str = $1; print "$1"; $str
    + =~ s<x><>; print "$1"; /e; '
    x
    Use of uninitialized value in string at -e line 1.