fork download
  1. $str1=<stdin>;
  2.  
  3. $str2="aa";
  4.  
  5. $x=index($str1,$str2);
  6.  
  7. Until($i>$x)
  8.  
  9. {
  10.  
  11. print "$str1";
  12.  
  13. }
Runtime error #stdin #stdout #stderr 0s 17496KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
syntax error at prog.pl line 9, near ")

{"
Execution of prog.pl aborted due to compilation errors.