Help for this page

Select Code to Download


  1. or download this
    my $x = "foo";
    my $y = 'abc $x def\\/';
    ...
        $_[0] =~ s#(\\\\|\\/)#substr($1, 1, 1)#eg;
    }
    
  2. or download this
     
        my $result = "abc $var def";