Help for this page

Select Code to Download


  1. or download this
    $val = '123';
    while (<DATA>) {
    ...
    
    __DATA__
    test_string_$val
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    __DATA__
    test_string_$val