Help for this page

Select Code to Download


  1. or download this
    my $x = 'abc';
    
    my $evil = '"; print "evil stuff here\n"; "';
    $x =~s/a(bc)/qq{"$evil"}/ee;