Help for this page

Select Code to Download


  1. or download this
    use constant TEST => 3;
    my $string = "123456";
    ...
    
    $string =~ s/2/@{[ TEST ]}/;
    print $string, "\n";             # 139456