Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $data =~ s/ ( func1 \( x, \s \" ) % (.) "/$1text %$2 and %$2..."/ix;
    
    print ">$data<\n";
    
  2. or download this
    19:23 >perl 1694_SoPW.pl
    >func1(x, "text %f and %f...", "hello")<
    
    19:23 >