Help for this page

Select Code to Download


  1. or download this
    
    sub try (&;@_) {
    ...
      print "with>> @_\n" ;
      return( 'with' , @_ ) ;
    }
    
  2. or download this
      try {
        print "test\n" ;
    ...
        print "alert\n" ;
      } ;
    
  3. or download this
    with>> CODE(0x1a72f20)
    catch>> CLASS with CODE(0x1a72f20)
    try>> CODE(0x1a72c5c) catch CLASS with CODE(0x1a72f20)