Help for this page

Select Code to Download


  1. or download this
     > perl -de 0
    # ...
    ...
    main::DESTROY( main=ARRAY(0x1c81a88) ):
    
     > exit
    
  2. or download this
    sub AUTOLOAD { print STDERR "$AUTOLOAD( @_ ): "; eval <STDIN> }