Help for this page

Select Code to Download


  1. or download this
    my $str = "(foo + bar)\n(baz * quux)\n";
    
    ...
    $str =~ tr/\n/ /;
    
    print "<<$str>>\n";
    
  2. or download this
    <<_foo_+_bar_ _baz_*_quux_ >>