fork download
  1. sub test
  2. {
  3. my $self=shift;
  4. $self->test2("Hola Mundo");
  5.  
  6. }
  7.  
  8. sub test2
  9. {
  10. my ($self,$var1,$var2) = _@
  11. print $self;
  12. print $var1;
  13. print $var2;
  14. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
===SORRY!===
Unsupported use of -> as postfix; in Perl 6 please use either . to call a method, or whitespace to delimit a pointy block at line 4, near "test2(\"Hol"
stdout
Standard output is empty