fork download
  1. sub test
  2. {
  3. test2("Hola Mundo");
  4.  
  5. }
  6.  
  7. sub test2
  8. {
  9. my ($self,$var1,$var2) = _@;
  10. print $self;
  11. print $var1;
  12. print $var2;
  13. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
===SORRY!===
Unable to parse blockoid, couldn't find final '}' at line 9
stdout
Standard output is empty