Help for this page

Select Code to Download


  1. or download this
    #!/home/philou/install/perl-5.8.2-threads/bin/perl -w
    
    ...
      $s->up();
      print "UP!\n";
    }
    
  2. or download this
    #!/home/philou/install/perl-5.8.2-threads/bin/perl -w
    
    ...
      print "UP!\n";
    }
    
  3. or download this
    thread failed to start: Can't call method "down" on unblessed referenc
    +e at ./t.pl line 11.