Help for this page

Select Code to Download


  1. or download this
    my $fmt = '<section id="ch%02dfm" label="" xreflabel="" role="fm">';
    # ..later..
    $_ =~ s/<CT>/sprintf $fmt, $acno/ge;
    
  2. or download this
    s/<CT>/sprintf $fmt, $acno/ge;