Help for this page

Select Code to Download


  1. or download this
    exit ! main();
    sub main { $success = [ undef, "true" ]->[rand 2]; print "$success\n" 
    +}
    
  2. or download this
    exit main();
    sub main { $success = [ undef, "true" ]->[rand 2]; print "$success\n" 
    +}
    
  3. or download this