Help for this page

Select Code to Download


  1. or download this
    $variable = 'there';
    $string = <<END;
    ...
    print $string . "\n";
    $string =~ s/!here!/$variable/;
    print $string . "\n";
    
  2. or download this
    Put my variable there and !here!
    Put my variable there and there