79650323

Date: 2025-06-02 21:05:21
Score: 1
Natty:
Report link
use Thread;

$par="ciao";
$thr = new Thread \&passaTh, $par;
sub passaTh{
    sleep(3);
    print "par thread ".$_[0];
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Babbo Natale