Help for this page

Select Code to Download


  1. or download this
    $test = test() ;
    @test = test() ;
    print $test == scalar(@test)? "Yepa!\n" : "Nope!\n" ;