in reply to how to make for exporter reference

How i make for exporter a reference
I don't understand (feel free to ask in your native language, perlmonks is international). Maybe you want to read `perldoc Exporter'?
how i make for run some sub rutine when the script finish(something like that unonload, in html)
use an END block, ie
print "hello $/"; END { warn "this is the end"; } print "my friend $/"; __END__ hello my friend this is the end at - line 3.
See Execution order of END/CHECK vs BEGIN/INIT for more info on that.
how work DESTROY becouse i can't use or i not know as use
Heh, read any of

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.