Help for this page

Select Code to Download


  1. or download this
    print {$s->{out}} "test";
    
  2. or download this
    # because @in = <$s->{in}> won't work
    
    my @in = readline($s->{in});